Html Css Color HEX #476005 Verdun Green

📋 copy color: '#476005'

red 71 ◦ green 96 ◦ blue 5

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

Shades of Verdun Green #476005

Tints of Verdun Green #476005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.91%

R = 41.28%
G = 55.81%
B = 2.91%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#476005 (or 0x476005) is known color: Verdun Green. HEX triplet: 47, 60 and 05. RGB value is (71,96,5). Sum of RGB (Red+Green+Blue) = 71+96+5=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 96 (37.89% from 255 or 55.81% from 172); Blue value is 5 (2.34% from 255 or 2.91% from 172); Max value from RGB is 96 - color contains mainly: green. Hex color #476005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476005 is #B89FFA. Grayscale: #4E4E4E. Windows color (decimal): -12099579 or 352327. OLE color: 352327.

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

Color convert

RGB 71 96 5 -
CMYK 0.26 0 0.95 0.62
HSL 76.48º 0.9% 0.2% -
HSV(B) 76.48º 0.95% 0.38% -
XYZ 6.81 9.72 1.66 -
YUV 78.15 86.72 122.9 -
System Red Green Blue C M Y K H S L
Decimal 71 96 5 0.26 0 0.95 0.62 76.48 0.9 0.2
Hex 47 60 5 1A 0 5F 3E 4C 5A 14
Octal 107 140 5 32 0 137 76 114 132 24
Binary 1000111 1100000 101 11010 0 1011111 111110 1001100 1011010 10100

Color Harmonies of #476005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476005

Black with #476005

Text Example


Text Example

White with #476005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476005; }

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

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

background-color css

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

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

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

border-color css

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

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

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