Html Css Color HEX #485500 Verdun Green

📋 copy color: '#485500'

red 72 ◦ green 85 ◦ blue 0

#485500
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #485500

Tints of Verdun Green #485500

RGB

 RED value IS 72 (28.52% from 255) = 45.86%

 GREEN value IS 85 (33.59% from 255) = 54.14%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.86%
G = 54.14%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.67

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#485500 (or 0x485500) is known color: Verdun Green. HEX triplet: 48, 55 and 00. RGB value is (72,85,0). Sum of RGB (Red+Green+Blue) = 72+85+0=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 85 (33.59% from 255 or 54.14% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 85 - color contains mainly: green. Hex color #485500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485500 is #B7AAFF. Grayscale: #474747. Windows color (decimal): -12036864 or 21832. OLE color: 21832.

HSL color Cylindrical-coordinate representation of color #485500: hue angle of 69.18º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #485500 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 85 0 -
CMYK 0.15 0 1 0.67
HSL 69.18º 1% 0.17% -
HSV(B) 69.18º 1% 0.33% -
XYZ 5.92 7.87 1.21 -
YUV 71.42 87.69 128.41 -
System Red Green Blue C M Y K H S L
Decimal 72 85 0 0.15 0 1 0.67 69.18 1 0.17
Hex 48 55 0 F 0 64 43 45 64 11
Octal 110 125 0 17 0 144 103 105 144 21
Binary 1001000 1010101 0 1111 0 1100100 1000011 1000101 1100100 10001

Color Harmonies of #485500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485500

Black with #485500

Text Example


Text Example

White with #485500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485500; }

 p { color: rgb(72,85,0); }

 H1.HeaderClassName
 {
   color: #485500;
 }
 .AnyTagClassName
 {
   color: #485500;
 }
</style>

background-color css

<style>
 a { background-color: #485500; }

 a { background-color: rgb(72,85,0); }

 div.DivClassName
 {
   background-color: #485500;
 }
 .BgClassName
 {
   background-color: #485500;
 }
</style>

border-color css

<style>
 span { border-color: #485500; }

 span { border-color: rgb(72,85,0); }

 td.TdClassName
 {
   border-color: #485500;
 }
 .TagClassName
 {
   border-color: #485500;
 }
</style>