Html Css Color HEX #475202 Verdun Green

📋 copy color: '#475202'

red 71 ◦ green 82 ◦ blue 2

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

Shades of Verdun Green #475202

Tints of Verdun Green #475202

RGB

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

 GREEN value IS 82 (32.42% from 255) = 52.9%

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

R = 45.81%
G = 52.9%
B = 1.29%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#475202 (or 0x475202) is known color: Verdun Green. HEX triplet: 47, 52 and 02. RGB value is (71,82,2). Sum of RGB (Red+Green+Blue) = 71+82+2=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 82 (32.42% from 255 or 52.90% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 82 - color contains mainly: green. Hex color #475202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475202 is #B8ADFD. Grayscale: #454545. Windows color (decimal): -12103166 or 152135. OLE color: 152135.

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

Color convert

RGB 71 82 2 -
CMYK 0.13 0 0.98 0.68
HSL 68.25º 0.95% 0.16% -
HSV(B) 68.25º 0.98% 0.32% -
XYZ 5.63 7.38 1.19 -
YUV 69.59 89.86 129 -
System Red Green Blue C M Y K H S L
Decimal 71 82 2 0.13 0 0.98 0.68 68.25 0.95 0.16
Hex 47 52 2 D 0 62 44 44 5F 10
Octal 107 122 2 15 0 142 104 104 137 20
Binary 1000111 1010010 10 1101 0 1100010 1000100 1000100 1011111 10000

Color Harmonies of #475202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475202

Black with #475202

Text Example


Text Example

White with #475202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475202; }

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

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

background-color css

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

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

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

border-color css

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

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

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