Html Css Color HEX #485208 Verdun Green

📋 copy color: '#485208'

red 72 ◦ green 82 ◦ blue 8

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

Shades of Verdun Green #485208

Tints of Verdun Green #485208

RGB

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

 GREEN value IS 82 (32.42% from 255) = 50.62%

 BLUE value IS 8 (3.52% from 255) = 4.94%

R = 44.44%
G = 50.62%
B = 4.94%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#485208 (or 0x485208) is known color: Verdun Green. HEX triplet: 48, 52 and 08. RGB value is (72,82,8). Sum of RGB (Red+Green+Blue) = 72+82+8=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 82 (32.42% from 255 or 50.62% from 162); Blue value is 8 (3.52% from 255 or 4.94% from 162); Max value from RGB is 82 - color contains mainly: green. Hex color #485208 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485208 is #B7ADF7. Grayscale: #464646. Windows color (decimal): -12037624 or 545352. OLE color: 545352.

HSL color Cylindrical-coordinate representation of color #485208: hue angle of 68.11º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #485208 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB 72 82 8 -
CMYK 0.12 0 0.90 0.68
HSL 68.11º 0.82% 0.18% -
HSV(B) 68.11º 0.9% 0.32% -
XYZ 5.73 7.43 1.36 -
YUV 70.57 92.69 129.02 -
System Red Green Blue C M Y K H S L
Decimal 72 82 8 0.12 0 0.90 0.68 68.11 0.82 0.18
Hex 48 52 8 C 0 5A 44 44 52 12
Octal 110 122 10 14 0 132 104 104 122 22
Binary 1001000 1010010 1000 1100 0 1011010 1000100 1000100 1010010 10010

Color Harmonies of #485208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485208

Black with #485208

Text Example


Text Example

White with #485208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485208; }

 p { color: rgb(72,82,8); }

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

background-color css

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

 a { background-color: rgb(72,82,8); }

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

border-color css

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

 span { border-color: rgb(72,82,8); }

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