Html Css Color HEX #475805 Verdun Green

📋 copy color: '#475805'

red 71 ◦ green 88 ◦ blue 5

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

Shades of Verdun Green #475805

Tints of Verdun Green #475805

RGB

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

 GREEN value IS 88 (34.77% from 255) = 53.66%

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

R = 43.29%
G = 53.66%
B = 3.05%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#475805 (or 0x475805) is known color: Verdun Green. HEX triplet: 47, 58 and 05. RGB value is (71,88,5). Sum of RGB (Red+Green+Blue) = 71+88+5=164 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.29% from 164); Green value is 88 (34.77% from 255 or 53.66% from 164); Blue value is 5 (2.34% from 255 or 3.05% from 164); Max value from RGB is 88 - color contains mainly: green. Hex color #475805 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475805 is #B8A7FA. Grayscale: #494949. Windows color (decimal): -12101627 or 350279. OLE color: 350279.

HSL color Cylindrical-coordinate representation of color #475805: hue angle of 72.29º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #475805 is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 88 5 -
CMYK 0.19 0 0.94 0.65
HSL 72.29º 0.89% 0.18% -
HSV(B) 72.29º 0.94% 0.35% -
XYZ 6.12 8.33 1.43 -
YUV 73.46 89.37 126.25 -
System Red Green Blue C M Y K H S L
Decimal 71 88 5 0.19 0 0.94 0.65 72.29 0.89 0.18
Hex 47 58 5 13 0 5E 41 48 59 12
Octal 107 130 5 23 0 136 101 110 131 22
Binary 1000111 1011000 101 10011 0 1011110 1000001 1001000 1011001 10010

Color Harmonies of #475805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475805

Black with #475805

Text Example


Text Example

White with #475805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475805; }

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

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

background-color css

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

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

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

border-color css

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

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

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