Html Css Color HEX #475704 Verdun Green

📋 copy color: '#475704'

red 71 ◦ green 87 ◦ blue 4

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

Shades of Verdun Green #475704

Tints of Verdun Green #475704

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.47%

R = 43.83%
G = 53.7%
B = 2.47%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.95

 K value IS 0.66

RGB Variations

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

Color information

#475704 (or 0x475704) is known color: Verdun Green. HEX triplet: 47, 57 and 04. RGB value is (71,87,4). Sum of RGB (Red+Green+Blue) = 71+87+4=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 87 (34.38% from 255 or 53.70% from 162); Blue value is 4 (1.95% from 255 or 2.47% from 162); Max value from RGB is 87 - color contains mainly: green. Hex color #475704 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475704 is #B8A8FB. Grayscale: #494949. Windows color (decimal): -12101884 or 284487. OLE color: 284487.

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

Color convert

RGB 71 87 4 -
CMYK 0.18 0 0.95 0.66
HSL 71.57º 0.91% 0.18% -
HSV(B) 71.57º 0.95% 0.34% -
XYZ 6.03 8.16 1.37 -
YUV 72.75 89.2 126.75 -
System Red Green Blue C M Y K H S L
Decimal 71 87 4 0.18 0 0.95 0.66 71.57 0.91 0.18
Hex 47 57 4 12 0 5F 42 48 5B 12
Octal 107 127 4 22 0 137 102 110 133 22
Binary 1000111 1010111 100 10010 0 1011111 1000010 1001000 1011011 10010

Color Harmonies of #475704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475704

Black with #475704

Text Example


Text Example

White with #475704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475704; }

 p { color: rgb(71,87,4); }

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

background-color css

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

 a { background-color: rgb(71,87,4); }

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

border-color css

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

 span { border-color: rgb(71,87,4); }

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