Html Css Color HEX #475513 Verdun Green

📋 copy color: '#475513'

red 71 ◦ green 85 ◦ blue 19

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

Shades of Verdun Green #475513

Tints of Verdun Green #475513

RGB

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

 GREEN value IS 85 (33.59% from 255) = 48.57%

 BLUE value IS 19 (7.81% from 255) = 10.86%

R = 40.57%
G = 48.57%
B = 10.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#475513 (or 0x475513) is known color: Verdun Green. HEX triplet: 47, 55 and 13. RGB value is (71,85,19). Sum of RGB (Red+Green+Blue) = 71+85+19=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 85 (33.59% from 255 or 48.57% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 85 - color contains mainly: green. Hex color #475513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475513 is #B8AAEC. Grayscale: #494949. Windows color (decimal): -12102381 or 1267015. OLE color: 1267015.

HSL color Cylindrical-coordinate representation of color #475513: hue angle of 72.73º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #475513 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 85 19 -
CMYK 0.16 0 0.78 0.67
HSL 72.73º 0.63% 0.2% -
HSV(B) 72.73º 0.78% 0.33% -
XYZ 5.96 7.88 1.82 -
YUV 73.29 97.36 126.37 -
System Red Green Blue C M Y K H S L
Decimal 71 85 19 0.16 0 0.78 0.67 72.73 0.63 0.2
Hex 47 55 13 10 0 4E 43 49 3F 14
Octal 107 125 23 20 0 116 103 111 77 24
Binary 1000111 1010101 10011 10000 0 1001110 1000011 1001001 111111 10100

Color Harmonies of #475513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475513

Black with #475513

Text Example


Text Example

White with #475513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475513; }

 p { color: rgb(71,85,19); }

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

background-color css

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

 a { background-color: rgb(71,85,19); }

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

border-color css

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

 span { border-color: rgb(71,85,19); }

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