#475302

Color #475302 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #475302

Tints of Verdun Green #475302

Color information

#475302 (or 0x475302) is unknown color: approx Verdun Green. HEX triplet: 47, 53 and 02. RGB value is (71,83,2). Sum of RGB (Red+Green+Blue) = 71+83+2=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 83 (32.81% from 255 or 53.21% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 83 - color contains mainly: green. Hex color #475302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475302 is #B8ACFD. Grayscale: #464646. Windows color (decimal): -12102910 or 152391. OLE color: 152391.

HSL color Cylindrical-coordinate representation of color #475302: hue angle of 68.89º 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 #475302 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB71832-
CMYK0.1400.980.67
HSL68.89º95.29%16.67%-
HSV(B)68.89º97.59%32.55%-
XYZ5.77.531.21-
YUV70.1889.52128.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.51%
GREEN value IS 83 (32.81% from 255) = 53.21%
BLUE value IS 2 (1.17% from 255) = 1.28%
R=45.51%
G=53.21%
B=1.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal718320.1400.980.6768.8995.2916.67
Hex47532E06243455f11
Octal107123216014210310513721
Binary100011110100111011100110001010000111000101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475302; }

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

 H1.HeaderClassName
 {
   color: #475302;
 }
 .AnyTagClassName
 {
   color: #475302;
 }
</style>
background-color css

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

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

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

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

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

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