Html Css Color HEX #475702 Verdun Green

📋 copy color: '#475702'

red 71 ◦ green 87 ◦ blue 2

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

Shades of Verdun Green #475702

Tints of Verdun Green #475702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.25%

R = 44.38%
G = 54.38%
B = 1.25%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.66

RGB Variations

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

Color information

#475702 (or 0x475702) is known color: Verdun Green. HEX triplet: 47, 57 and 02. RGB value is (71,87,2). Sum of RGB (Red+Green+Blue) = 71+87+2=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 87 (34.38% from 255 or 54.38% from 160); Blue value is 2 (1.17% from 255 or 1.25% from 160); Max value from RGB is 87 - color contains mainly: green. Hex color #475702 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475702 is #B8A8FD. Grayscale: #484848. Windows color (decimal): -12101886 or 153415. OLE color: 153415.

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

Color convert

RGB 71 87 2 -
CMYK 0.18 0 0.98 0.66
HSL 71.29º 0.96% 0.17% -
HSV(B) 71.29º 0.98% 0.34% -
XYZ 6.02 8.16 1.32 -
YUV 72.53 88.2 126.91 -
System Red Green Blue C M Y K H S L
Decimal 71 87 2 0.18 0 0.98 0.66 71.29 0.96 0.17
Hex 47 57 2 12 0 62 42 47 60 11
Octal 107 127 2 22 0 142 102 107 140 21
Binary 1000111 1010111 10 10010 0 1100010 1000010 1000111 1100000 10001

Color Harmonies of #475702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475702

Black with #475702

Text Example


Text Example

White with #475702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475702; }

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

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

background-color css

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

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

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

border-color css

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

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

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