Html Css Color HEX #466918 Green Leaf

📋 copy color: '#466918'

red 70 ◦ green 105 ◦ blue 24

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

Shades of Green Leaf #466918

Tints of Green Leaf #466918

RGB

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

 GREEN value IS 105 (41.41% from 255) = 52.76%

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

R = 35.18%
G = 52.76%
B = 12.06%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#466918 (or 0x466918) is known color: Green Leaf. HEX triplet: 46, 69 and 18. RGB value is (70,105,24). Sum of RGB (Red+Green+Blue) = 70+105+24=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 105 (41.41% from 255 or 52.76% from 199); Blue value is 24 (9.77% from 255 or 12.06% from 199); Max value from RGB is 105 - color contains mainly: green. Hex color #466918 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466918 is #B996E7. Grayscale: #555555. Windows color (decimal): -12162792 or 1599814. OLE color: 1599814.

HSL color Cylindrical-coordinate representation of color #466918: hue angle of 85.93º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #466918 is Cyan = 0.33, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 105 24 -
CMYK 0.33 0 0.77 0.59
HSL 85.93º 0.63% 0.25% -
HSV(B) 85.93º 0.77% 0.41% -
XYZ 7.74 11.47 2.67 -
YUV 85.3 93.4 117.09 -
System Red Green Blue C M Y K H S L
Decimal 70 105 24 0.33 0 0.77 0.59 85.93 0.63 0.25
Hex 46 69 18 21 0 4D 3B 56 3F 19
Octal 106 151 30 41 0 115 73 126 77 31
Binary 1000110 1101001 11000 100001 0 1001101 111011 1010110 111111 11001

Color Harmonies of #466918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466918

Black with #466918

Text Example


Text Example

White with #466918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466918; }

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

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

background-color css

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

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

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

border-color css

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

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

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