Html Css Color HEX #475510 Verdun Green

📋 copy color: '#475510'

red 71 ◦ green 85 ◦ blue 16

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

Shades of Verdun Green #475510

Tints of Verdun Green #475510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.3%

R = 41.28%
G = 49.42%
B = 9.3%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#475510 (or 0x475510) is known color: Verdun Green. HEX triplet: 47, 55 and 10. RGB value is (71,85,16). Sum of RGB (Red+Green+Blue) = 71+85+16=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 16 (6.64% from 255 or 9.30% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #475510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475510 is #B8AAEF. Grayscale: #494949. Windows color (decimal): -12102384 or 1070407. OLE color: 1070407.

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

Color convert

RGB 71 85 16 -
CMYK 0.16 0 0.81 0.67
HSL 72.17º 0.68% 0.2% -
HSV(B) 72.17º 0.81% 0.33% -
XYZ 5.94 7.87 1.7 -
YUV 72.95 95.86 126.61 -
System Red Green Blue C M Y K H S L
Decimal 71 85 16 0.16 0 0.81 0.67 72.17 0.68 0.2
Hex 47 55 10 10 0 51 43 48 44 14
Octal 107 125 20 20 0 121 103 110 104 24
Binary 1000111 1010101 10000 10000 0 1010001 1000011 1001000 1000100 10100

Color Harmonies of #475510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475510

Black with #475510

Text Example


Text Example

White with #475510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475510; }

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

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

background-color css

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

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

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

border-color css

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

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

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