Html Css Color HEX #485416 Verdun Green

📋 copy color: '#485416'

red 72 ◦ green 84 ◦ blue 22

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

Shades of Verdun Green #485416

Tints of Verdun Green #485416

RGB

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

 GREEN value IS 84 (33.2% from 255) = 47.19%

 BLUE value IS 22 (8.98% from 255) = 12.36%

R = 40.45%
G = 47.19%
B = 12.36%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#485416 (or 0x485416) is known color: Verdun Green. HEX triplet: 48, 54 and 16. RGB value is (72,84,22). Sum of RGB (Red+Green+Blue) = 72+84+22=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 84 (33.20% from 255 or 47.19% from 178); Blue value is 22 (8.98% from 255 or 12.36% from 178); Max value from RGB is 84 - color contains mainly: green. Hex color #485416 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485416 is #B7ABE9. Grayscale: #494949. Windows color (decimal): -12037098 or 1463368. OLE color: 1463368.

HSL color Cylindrical-coordinate representation of color #485416: hue angle of 71.61º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #485416 is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 84 22 -
CMYK 0.14 0 0.74 0.67
HSL 71.61º 0.58% 0.21% -
HSV(B) 71.61º 0.74% 0.33% -
XYZ 5.99 7.78 1.94 -
YUV 73.34 99.02 127.04 -
System Red Green Blue C M Y K H S L
Decimal 72 84 22 0.14 0 0.74 0.67 71.61 0.58 0.21
Hex 48 54 16 E 0 4A 43 48 3A 15
Octal 110 124 26 16 0 112 103 110 72 25
Binary 1001000 1010100 10110 1110 0 1001010 1000011 1001000 111010 10101

Color Harmonies of #485416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485416

Black with #485416

Text Example


Text Example

White with #485416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485416; }

 p { color: rgb(72,84,22); }

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

background-color css

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

 a { background-color: rgb(72,84,22); }

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

border-color css

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

 span { border-color: rgb(72,84,22); }

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