Html Css Color HEX #475019 Verdun Green

📋 copy color: '#475019'

red 71 ◦ green 80 ◦ blue 25

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

Shades of Verdun Green #475019

Tints of Verdun Green #475019

RGB

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

 GREEN value IS 80 (31.64% from 255) = 45.45%

 BLUE value IS 25 (10.16% from 255) = 14.2%

R = 40.34%
G = 45.45%
B = 14.2%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#475019 (or 0x475019) is known color: Verdun Green. HEX triplet: 47, 50 and 19. RGB value is (71,80,25). Sum of RGB (Red+Green+Blue) = 71+80+25=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 25 (10.16% from 255 or 14.20% from 176); Max value from RGB is 80 - color contains mainly: green. Hex color #475019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475019 is #B8AFE6. Grayscale: #474747. Windows color (decimal): -12103655 or 1658951. OLE color: 1658951.

HSL color Cylindrical-coordinate representation of color #475019: hue angle of 69.82º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #475019 is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 80 25 -
CMYK 0.11 0 0.69 0.69
HSL 69.82º 0.52% 0.21% -
HSV(B) 69.82º 0.69% 0.31% -
XYZ 5.64 7.15 2 -
YUV 71.04 102.02 127.97 -
System Red Green Blue C M Y K H S L
Decimal 71 80 25 0.11 0 0.69 0.69 69.82 0.52 0.21
Hex 47 50 19 B 0 45 45 46 34 15
Octal 107 120 31 13 0 105 105 106 64 25
Binary 1000111 1010000 11001 1011 0 1000101 1000101 1000110 110100 10101

Color Harmonies of #475019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475019

Black with #475019

Text Example


Text Example

White with #475019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475019; }

 p { color: rgb(71,80,25); }

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

background-color css

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

 a { background-color: rgb(71,80,25); }

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

border-color css

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

 span { border-color: rgb(71,80,25); }

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