Html Css Color HEX #466019 Verdun Green

📋 copy color: '#466019'

red 70 ◦ green 96 ◦ blue 25

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

Shades of Verdun Green #466019

Tints of Verdun Green #466019

RGB

 RED value IS 70 (27.73% from 255) = 36.65%

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

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

R = 36.65%
G = 50.26%
B = 13.09%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#466019 (or 0x466019) is known color: Verdun Green. HEX triplet: 46, 60 and 19. RGB value is (70,96,25). Sum of RGB (Red+Green+Blue) = 70+96+25=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 96 (37.89% from 255 or 50.26% from 191); Blue value is 25 (10.16% from 255 or 13.09% from 191); Max value from RGB is 96 - color contains mainly: green. Hex color #466019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466019 is #B99FE6. Grayscale: #505050. Windows color (decimal): -12165095 or 1663046. OLE color: 1663046.

HSL color Cylindrical-coordinate representation of color #466019: hue angle of 81.97º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #466019 is Cyan = 0.27, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 96 25 -
CMYK 0.27 0 0.74 0.62
HSL 81.97º 0.59% 0.24% -
HSV(B) 81.97º 0.74% 0.38% -
XYZ 6.88 9.74 2.44 -
YUV 80.13 96.89 120.77 -
System Red Green Blue C M Y K H S L
Decimal 70 96 25 0.27 0 0.74 0.62 81.97 0.59 0.24
Hex 46 60 19 1B 0 4A 3E 52 3B 18
Octal 106 140 31 33 0 112 76 122 73 30
Binary 1000110 1100000 11001 11011 0 1001010 111110 1010010 111011 11000

Color Harmonies of #466019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466019

Black with #466019

Text Example


Text Example

White with #466019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466019; }

 p { color: rgb(70,96,25); }

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

background-color css

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

 a { background-color: rgb(70,96,25); }

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

border-color css

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

 span { border-color: rgb(70,96,25); }

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