Html Css Color HEX #466E12 Green Leaf

📋 copy color: '#466E12'

red 70 ◦ green 110 ◦ blue 18

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

Shades of Green Leaf #466E12

Tints of Green Leaf #466E12

RGB

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

 GREEN value IS 110 (43.36% from 255) = 55.56%

 BLUE value IS 18 (7.42% from 255) = 9.09%

R = 35.35%
G = 55.56%
B = 9.09%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.84

 K value IS 0.57

RGB Variations

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

Color information

#466E12 (or 0x466E12) is known color: Green Leaf. HEX triplet: 46, 6E and 12. RGB value is (70,110,18). Sum of RGB (Red+Green+Blue) = 70+110+18=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 110 (43.36% from 255 or 55.56% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 110 - color contains mainly: green. Hex color #466E12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466E12 is #B991ED. Grayscale: #575757. Windows color (decimal): -12161518 or 1207878. OLE color: 1207878.

HSL color Cylindrical-coordinate representation of color #466E12: hue angle of 86.09º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #466E12 is Cyan = 0.36, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.57.

Color convert

RGB 70 110 18 -
CMYK 0.36 0 0.84 0.57
HSL 86.09º 0.72% 0.25% -
HSV(B) 86.09º 0.84% 0.43% -
XYZ 8.21 12.5 2.55 -
YUV 87.55 88.75 115.48 -
System Red Green Blue C M Y K H S L
Decimal 70 110 18 0.36 0 0.84 0.57 86.09 0.72 0.25
Hex 46 6E 12 24 0 54 39 56 48 19
Octal 106 156 22 44 0 124 71 126 110 31
Binary 1000110 1101110 10010 100100 0 1010100 111001 1010110 1001000 11001

Color Harmonies of #466E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466E12

Black with #466E12

Text Example


Text Example

White with #466E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466E12; }

 p { color: rgb(70,110,18); }

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

background-color css

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

 a { background-color: rgb(70,110,18); }

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

border-color css

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

 span { border-color: rgb(70,110,18); }

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