#475F1B

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

Shades of Verdun Green #475F1B

Tints of Verdun Green #475F1B

Color information

#475F1B (or 0x475F1B) is unknown color: approx Verdun Green. HEX triplet: 47, 5F and 1B. RGB value is (71,95,27). Sum of RGB (Red+Green+Blue) = 71+95+27=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 95 (37.5% from 255 or 49.22% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 95 - color contains mainly: green. Hex color #475F1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475F1B is #B8A0E4. Grayscale: #505050. Windows color (decimal): -12099813 or 1793863. OLE color: 1793863.

HSL color Cylindrical-coordinate representation of color #475F1B: hue angle of 81.18º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #475F1B is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.63.

Color convert

RGB719527-
CMYK0.2500.720.63
HSL81.18º55.74%23.92%-
HSV(B)81.18º71.58%37.25%-
XYZ6.899.62.53-
YUV80.0798.05121.53-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.79%
GREEN value IS 95 (37.5% from 255) = 49.22%
BLUE value IS 27 (10.94% from 255) = 13.99%
R=36.79%
G=49.22%
B=13.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7195270.2500.720.6381.1855.7423.92
Hex475F1B190483F513818
Octal10713733310110771217030
Binary10001111011111110111100101001000111111101000111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,95,27); }

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

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

 a { background-color: rgb(71,95,27); }

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

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

 span { border-color: rgb(71,95,27); }

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