Html Css Color HEX #475F15 Verdun Green

📋 copy color: '#475F15'

red 71 ◦ green 95 ◦ blue 21

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

Shades of Verdun Green #475F15

Tints of Verdun Green #475F15

RGB

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

 GREEN value IS 95 (37.5% from 255) = 50.8%

 BLUE value IS 21 (8.59% from 255) = 11.23%

R = 37.97%
G = 50.8%
B = 11.23%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.78

 K value IS 0.63

RGB Variations

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

Color information

#475F15 (or 0x475F15) is known color: Verdun Green. HEX triplet: 47, 5F and 15. RGB value is (71,95,21). Sum of RGB (Red+Green+Blue) = 71+95+21=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 95 (37.5% from 255 or 50.80% from 187); Blue value is 21 (8.59% from 255 or 11.23% from 187); Max value from RGB is 95 - color contains mainly: green. Hex color #475F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475F15 is #B8A0EA. Grayscale: #4F4F4F. Windows color (decimal): -12099819 or 1400647. OLE color: 1400647.

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

Color convert

RGB 71 95 21 -
CMYK 0.25 0 0.78 0.63
HSL 79.46º 0.64% 0.23% -
HSV(B) 79.46º 0.78% 0.37% -
XYZ 6.83 9.58 2.2 -
YUV 79.39 95.05 122.02 -
System Red Green Blue C M Y K H S L
Decimal 71 95 21 0.25 0 0.78 0.63 79.46 0.64 0.23
Hex 47 5F 15 19 0 4E 3F 4F 40 17
Octal 107 137 25 31 0 116 77 117 100 27
Binary 1000111 1011111 10101 11001 0 1001110 111111 1001111 1000000 10111

Color Harmonies of #475F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475F15

Black with #475F15

Text Example


Text Example

White with #475F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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