Html Css Color HEX #466219 Verdun Green

📋 copy color: '#466219'

red 70 ◦ green 98 ◦ blue 25

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

Shades of Verdun Green #466219

Tints of Verdun Green #466219

RGB

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

 GREEN value IS 98 (38.67% from 255) = 50.78%

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

R = 36.27%
G = 50.78%
B = 12.95%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#466219 (or 0x466219) is known color: Verdun Green. HEX triplet: 46, 62 and 19. RGB value is (70,98,25). Sum of RGB (Red+Green+Blue) = 70+98+25=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 98 (38.67% from 255 or 50.78% from 193); Blue value is 25 (10.16% from 255 or 12.95% from 193); Max value from RGB is 98 - color contains mainly: green. Hex color #466219 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466219 is #B99DE6. Grayscale: #515151. Windows color (decimal): -12164583 or 1663558. OLE color: 1663558.

HSL color Cylindrical-coordinate representation of color #466219: hue angle of 83.01º 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 #466219 is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 98 25 -
CMYK 0.29 0 0.74 0.62
HSL 83.01º 0.59% 0.24% -
HSV(B) 83.01º 0.74% 0.38% -
XYZ 7.07 10.11 2.5 -
YUV 81.31 96.22 119.94 -
System Red Green Blue C M Y K H S L
Decimal 70 98 25 0.29 0 0.74 0.62 83.01 0.59 0.24
Hex 46 62 19 1D 0 4A 3E 53 3B 18
Octal 106 142 31 35 0 112 76 123 73 30
Binary 1000110 1100010 11001 11101 0 1001010 111110 1010011 111011 11000

Color Harmonies of #466219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466219

Black with #466219

Text Example


Text Example

White with #466219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466219; }

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

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

background-color css

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

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

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

border-color css

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

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

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