Html Css Color HEX #475502 Verdun Green

📋 copy color: '#475502'

red 71 ◦ green 85 ◦ blue 2

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

Shades of Verdun Green #475502

Tints of Verdun Green #475502

RGB

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

 GREEN value IS 85 (33.59% from 255) = 53.8%

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

R = 44.94%
G = 53.8%
B = 1.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#475502 (or 0x475502) is known color: Verdun Green. HEX triplet: 47, 55 and 02. RGB value is (71,85,2). Sum of RGB (Red+Green+Blue) = 71+85+2=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 85 (33.59% from 255 or 53.80% from 158); Blue value is 2 (1.17% from 255 or 1.27% from 158); Max value from RGB is 85 - color contains mainly: green. Hex color #475502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475502 is #B8AAFD. Grayscale: #474747. Windows color (decimal): -12102398 or 152903. OLE color: 152903.

HSL color Cylindrical-coordinate representation of color #475502: hue angle of 70.12º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #475502 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 85 2 -
CMYK 0.16 0 0.98 0.67
HSL 70.12º 0.95% 0.17% -
HSV(B) 70.12º 0.98% 0.33% -
XYZ 5.86 7.84 1.26 -
YUV 71.35 88.86 127.75 -
System Red Green Blue C M Y K H S L
Decimal 71 85 2 0.16 0 0.98 0.67 70.12 0.95 0.17
Hex 47 55 2 10 0 62 43 46 5F 11
Octal 107 125 2 20 0 142 103 106 137 21
Binary 1000111 1010101 10 10000 0 1100010 1000011 1000110 1011111 10001

Color Harmonies of #475502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475502

Black with #475502

Text Example


Text Example

White with #475502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475502; }

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

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

background-color css

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

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

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

border-color css

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

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

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