Html Css Color HEX #475518 Verdun Green

📋 copy color: '#475518'

red 71 ◦ green 85 ◦ blue 24

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

Shades of Verdun Green #475518

Tints of Verdun Green #475518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.33%

R = 39.44%
G = 47.22%
B = 13.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#475518 (or 0x475518) is known color: Verdun Green. HEX triplet: 47, 55 and 18. RGB value is (71,85,24). Sum of RGB (Red+Green+Blue) = 71+85+24=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 24 (9.77% from 255 or 13.33% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #475518 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475518 is #B8AAE7. Grayscale: #4A4A4A. Windows color (decimal): -12102376 or 1594695. OLE color: 1594695.

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

Color convert

RGB 71 85 24 -
CMYK 0.16 0 0.72 0.67
HSL 73.77º 0.56% 0.21% -
HSV(B) 73.77º 0.72% 0.33% -
XYZ 6.01 7.9 2.07 -
YUV 73.86 99.86 125.96 -
System Red Green Blue C M Y K H S L
Decimal 71 85 24 0.16 0 0.72 0.67 73.77 0.56 0.21
Hex 47 55 18 10 0 48 43 4A 38 15
Octal 107 125 30 20 0 110 103 112 70 25
Binary 1000111 1010101 11000 10000 0 1001000 1000011 1001010 111000 10101

Color Harmonies of #475518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475518

Black with #475518

Text Example


Text Example

White with #475518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475518; }

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

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

background-color css

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

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

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

border-color css

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

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

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