Html Css Color HEX #485412 Verdun Green

📋 copy color: '#485412'

red 72 ◦ green 84 ◦ blue 18

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

Shades of Verdun Green #485412

Tints of Verdun Green #485412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.34%

R = 41.38%
G = 48.28%
B = 10.34%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#485412 (or 0x485412) is known color: Verdun Green. HEX triplet: 48, 54 and 12. RGB value is (72,84,18). Sum of RGB (Red+Green+Blue) = 72+84+18=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 84 (33.20% from 255 or 48.28% from 174); Blue value is 18 (7.42% from 255 or 10.34% from 174); Max value from RGB is 84 - color contains mainly: green. Hex color #485412 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485412 is #B7ABED. Grayscale: #494949. Windows color (decimal): -12037102 or 1201224. OLE color: 1201224.

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

Color convert

RGB 72 84 18 -
CMYK 0.14 0 0.79 0.67
HSL 70.91º 0.65% 0.2% -
HSV(B) 70.91º 0.79% 0.33% -
XYZ 5.95 7.76 1.76 -
YUV 72.89 97.02 127.37 -
System Red Green Blue C M Y K H S L
Decimal 72 84 18 0.14 0 0.79 0.67 70.91 0.65 0.2
Hex 48 54 12 E 0 4F 43 47 41 14
Octal 110 124 22 16 0 117 103 107 101 24
Binary 1001000 1010100 10010 1110 0 1001111 1000011 1000111 1000001 10100

Color Harmonies of #485412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485412

Black with #485412

Text Example


Text Example

White with #485412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485412; }

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

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

background-color css

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

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

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

border-color css

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

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

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