Html Css Color HEX #476010 Verdun Green

📋 copy color: '#476010'

red 71 ◦ green 96 ◦ blue 16

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

Shades of Verdun Green #476010

Tints of Verdun Green #476010

RGB

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

 GREEN value IS 96 (37.89% from 255) = 52.46%

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

R = 38.8%
G = 52.46%
B = 8.74%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#476010 (or 0x476010) is known color: Verdun Green. HEX triplet: 47, 60 and 10. RGB value is (71,96,16). Sum of RGB (Red+Green+Blue) = 71+96+16=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 96 (37.89% from 255 or 52.46% from 183); Blue value is 16 (6.64% from 255 or 8.74% from 183); Max value from RGB is 96 - color contains mainly: green. Hex color #476010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476010 is #B89FEF. Grayscale: #4F4F4F. Windows color (decimal): -12099568 or 1073223. OLE color: 1073223.

HSL color Cylindrical-coordinate representation of color #476010: hue angle of 78.75º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #476010 is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 96 16 -
CMYK 0.26 0 0.83 0.62
HSL 78.75º 0.71% 0.22% -
HSV(B) 78.75º 0.83% 0.38% -
XYZ 6.87 9.74 2.01 -
YUV 79.41 92.22 122 -
System Red Green Blue C M Y K H S L
Decimal 71 96 16 0.26 0 0.83 0.62 78.75 0.71 0.22
Hex 47 60 10 1A 0 53 3E 4F 47 16
Octal 107 140 20 32 0 123 76 117 107 26
Binary 1000111 1100000 10000 11010 0 1010011 111110 1001111 1000111 10110

Color Harmonies of #476010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476010

Black with #476010

Text Example


Text Example

White with #476010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476010; }

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

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

background-color css

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

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

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

border-color css

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

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

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