#475D0B

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

Shades of Verdun Green #475D0B

Tints of Verdun Green #475D0B

Color information

#475D0B (or 0x475D0B) is unknown color: approx Verdun Green. HEX triplet: 47, 5D and 0B. RGB value is (71,93,11). Sum of RGB (Red+Green+Blue) = 71+93+11=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 93 (36.72% from 255 or 53.14% from 175); Blue value is 11 (4.69% from 255 or 6.29% from 175); Max value from RGB is 93 - color contains mainly: green. Hex color #475D0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475D0B is #B8A2F4. Grayscale: #4D4D4D. Windows color (decimal): -12100341 or 744775. OLE color: 744775.

HSL color Cylindrical-coordinate representation of color #475D0B: hue angle of 76.1º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #475D0B is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.64.

Color convert

RGB719311-
CMYK0.2400.880.64
HSL76.1º78.85%20.39%-
HSV(B)76.1º88.17%36.47%-
XYZ6.579.191.74-
YUV77.0790.71123.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.57%
GREEN value IS 93 (36.72% from 255) = 53.14%
BLUE value IS 11 (4.69% from 255) = 6.29%
R=40.57%
G=53.14%
B=6.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7193110.2400.880.6476.178.8520.39
Hex475DB18058404c4f14
Octal1071351330013010011411724
Binary100011110111011011110000101100010000001001100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475D0B; }

 p { color: rgb(71,93,11); }

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

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

 a { background-color: rgb(71,93,11); }

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

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

 span { border-color: rgb(71,93,11); }

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