#456B1B

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

Shades of Green Leaf #456B1B

Tints of Green Leaf #456B1B

Color information

#456B1B (or 0x456B1B) is unknown color: approx Green Leaf. HEX triplet: 45, 6B and 1B. RGB value is (69,107,27). Sum of RGB (Red+Green+Blue) = 69+107+27=203 (26% of max value = 765). Red value is 69 (27.34% from 255 or 33.99% from 203); Green value is 107 (42.19% from 255 or 52.71% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 107 - color contains mainly: green. Hex color #456B1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456B1B is #BA94E4. Grayscale: #565656. Windows color (decimal): -12227813 or 1796933. OLE color: 1796933.

HSL color Cylindrical-coordinate representation of color #456B1B: hue angle of 88.5º 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 #456B1B is Cyan = 0.36, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.

Color convert

RGB6910727-
CMYK0.3600.750.58
HSL88.5º59.7%26.27%-
HSV(B)88.5º74.77%41.96%-
XYZ7.9111.862.91-
YUV86.5294.41115.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.99%
GREEN value IS 107 (42.19% from 255) = 52.71%
BLUE value IS 27 (10.94% from 255) = 13.30%
R=33.99%
G=52.71%
B=13.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal69107270.3600.750.5888.559.726.27
Hex456B1B2404B3A583c1a
Octal10515333440113721307432
Binary100010111010111101110010001001011111010101100011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456B1B; }

 p { color: rgb(69,107,27); }

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

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

 a { background-color: rgb(69,107,27); }

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

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

 span { border-color: rgb(69,107,27); }

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