#466B13

Color #466B13 Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #466B13

Tints of Green Leaf #466B13

Color information

#466B13 (or 0x466B13) is unknown color: approx Green Leaf. HEX triplet: 46, 6B and 13. RGB value is (70,107,19). Sum of RGB (Red+Green+Blue) = 70+107+19=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 107 (42.19% from 255 or 54.59% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 107 - color contains mainly: green. Hex color #466B13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466B13 is #B994EC. Grayscale: #565656. Windows color (decimal): -12162285 or 1272646. OLE color: 1272646.

HSL color Cylindrical-coordinate representation of color #466B13: hue angle of 85.23º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #466B13 is Cyan = 0.35, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB7010719-
CMYK0.3500.820.58
HSL85.23º69.84%24.71%-
HSV(B)85.23º82.24%41.96%-
XYZ7.911.862.49-
YUV85.990.24116.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.71%
GREEN value IS 107 (42.19% from 255) = 54.59%
BLUE value IS 19 (7.81% from 255) = 9.69%
R=35.71%
G=54.59%
B=9.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70107190.3500.820.5885.2369.8424.71
Hex466B13230523A554619
Octal106153234301227212510631
Binary1000110110101110011100011010100101110101010101100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,107,19); }

 H1.HeaderClassName
 {
   color: #466B13;
 }
 .AnyTagClassName
 {
   color: #466B13;
 }
</style>
background-color css

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

 a { background-color: rgb(70,107,19); }

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

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

 span { border-color: rgb(70,107,19); }

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