Html Css Color HEX #475812 Verdun Green

📋 copy color: '#475812'

red 71 ◦ green 88 ◦ blue 18

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

Shades of Verdun Green #475812

Tints of Verdun Green #475812

RGB

 RED value IS 71 (28.13% from 255) = 40.11%

 GREEN value IS 88 (34.77% from 255) = 49.72%

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

R = 40.11%
G = 49.72%
B = 10.17%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#475812 (or 0x475812) is known color: Verdun Green. HEX triplet: 47, 58 and 12. RGB value is (71,88,18). Sum of RGB (Red+Green+Blue) = 71+88+18=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 88 (34.77% from 255 or 49.72% from 177); Blue value is 18 (7.42% from 255 or 10.17% from 177); Max value from RGB is 88 - color contains mainly: green. Hex color #475812 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475812 is #B8A7ED. Grayscale: #4B4B4B. Windows color (decimal): -12101614 or 1202247. OLE color: 1202247.

HSL color Cylindrical-coordinate representation of color #475812: hue angle of 74.57º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #475812 is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 88 18 -
CMYK 0.19 0 0.80 0.65
HSL 74.57º 0.66% 0.21% -
HSV(B) 74.57º 0.8% 0.35% -
XYZ 6.2 8.36 1.86 -
YUV 74.94 95.87 125.19 -
System Red Green Blue C M Y K H S L
Decimal 71 88 18 0.19 0 0.80 0.65 74.57 0.66 0.21
Hex 47 58 12 13 0 50 41 4B 42 15
Octal 107 130 22 23 0 120 101 113 102 25
Binary 1000111 1011000 10010 10011 0 1010000 1000001 1001011 1000010 10101

Color Harmonies of #475812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475812

Black with #475812

Text Example


Text Example

White with #475812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475812; }

 p { color: rgb(71,88,18); }

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

background-color css

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

 a { background-color: rgb(71,88,18); }

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

border-color css

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

 span { border-color: rgb(71,88,18); }

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