Html Css Color HEX #466018 Verdun Green

📋 copy color: '#466018'

red 70 ◦ green 96 ◦ blue 24

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

Shades of Verdun Green #466018

Tints of Verdun Green #466018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.63%

R = 36.84%
G = 50.53%
B = 12.63%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#466018 (or 0x466018) is known color: Verdun Green. HEX triplet: 46, 60 and 18. RGB value is (70,96,24). Sum of RGB (Red+Green+Blue) = 70+96+24=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 96 (37.89% from 255 or 50.53% from 190); Blue value is 24 (9.77% from 255 or 12.63% from 190); Max value from RGB is 96 - color contains mainly: green. Hex color #466018 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466018 is #B99FE7. Grayscale: #505050. Windows color (decimal): -12165096 or 1597510. OLE color: 1597510.

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

Color convert

RGB 70 96 24 -
CMYK 0.27 0 0.75 0.62
HSL 81.67º 0.6% 0.24% -
HSV(B) 81.67º 0.75% 0.38% -
XYZ 6.87 9.73 2.38 -
YUV 80.02 96.39 120.85 -
System Red Green Blue C M Y K H S L
Decimal 70 96 24 0.27 0 0.75 0.62 81.67 0.6 0.24
Hex 46 60 18 1B 0 4B 3E 52 3C 18
Octal 106 140 30 33 0 113 76 122 74 30
Binary 1000110 1100000 11000 11011 0 1001011 111110 1010010 111100 11000

Color Harmonies of #466018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466018

Black with #466018

Text Example


Text Example

White with #466018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466018; }

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

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

background-color css

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

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

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

border-color css

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

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

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