#466C1B

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

Shades of Green Leaf #466C1B

Tints of Green Leaf #466C1B

Color information

#466C1B (or 0x466C1B) is unknown color: approx Green Leaf. HEX triplet: 46, 6C and 1B. RGB value is (70,108,27). Sum of RGB (Red+Green+Blue) = 70+108+27=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 108 (42.58% from 255 or 52.68% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 108 - color contains mainly: green. Hex color #466C1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466C1B is #B993E4. Grayscale: #575757. Windows color (decimal): -12162021 or 1797190. OLE color: 1797190.

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

Color convert

RGB7010827-
CMYK0.3500.750.58
HSL88.15º60%26.47%-
HSV(B)88.15º75%42.35%-
XYZ8.0912.112.95-
YUV87.493.91115.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.15%
GREEN value IS 108 (42.58% from 255) = 52.68%
BLUE value IS 27 (10.94% from 255) = 13.17%
R=34.15%
G=52.68%
B=13.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70108270.3500.750.5888.156026.47
Hex466C1B2304B3A583c1a
Octal10615433430113721307432
Binary100011011011001101110001101001011111010101100011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,108,27); }

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

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

 a { background-color: rgb(70,108,27); }

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

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

 span { border-color: rgb(70,108,27); }

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