Html Css Color HEX #485712 Verdun Green

📋 copy color: '#485712'

red 72 ◦ green 87 ◦ blue 18

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

Shades of Verdun Green #485712

Tints of Verdun Green #485712

RGB

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

 GREEN value IS 87 (34.38% from 255) = 49.15%

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

R = 40.68%
G = 49.15%
B = 10.17%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#485712 (or 0x485712) is known color: Verdun Green. HEX triplet: 48, 57 and 12. RGB value is (72,87,18). Sum of RGB (Red+Green+Blue) = 72+87+18=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 87 (34.38% from 255 or 49.15% from 177); Blue value is 18 (7.42% from 255 or 10.17% from 177); Max value from RGB is 87 - color contains mainly: green. Hex color #485712 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485712 is #B7A8ED. Grayscale: #4A4A4A. Windows color (decimal): -12036334 or 1201992. OLE color: 1201992.

HSL color Cylindrical-coordinate representation of color #485712: hue angle of 73.04º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #485712 is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB 72 87 18 -
CMYK 0.17 0 0.79 0.66
HSL 73.04º 0.66% 0.21% -
HSV(B) 73.04º 0.79% 0.34% -
XYZ 6.19 8.24 1.84 -
YUV 74.65 96.03 126.11 -
System Red Green Blue C M Y K H S L
Decimal 72 87 18 0.17 0 0.79 0.66 73.04 0.66 0.21
Hex 48 57 12 11 0 4F 42 49 42 15
Octal 110 127 22 21 0 117 102 111 102 25
Binary 1001000 1010111 10010 10001 0 1001111 1000010 1001001 1000010 10101

Color Harmonies of #485712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485712

Black with #485712

Text Example


Text Example

White with #485712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485712; }

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

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

background-color css

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

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

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

border-color css

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

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

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