#45681B

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

Shades of Green Leaf #45681B

Tints of Green Leaf #45681B

Color information

#45681B (or 0x45681B) is unknown color: approx Green Leaf. HEX triplet: 45, 68 and 1B. RGB value is (69,104,27). Sum of RGB (Red+Green+Blue) = 69+104+27=200 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.5% from 200); Green value is 104 (41.02% from 255 or 52% from 200); Blue value is 27 (10.94% from 255 or 13.5% from 200); Max value from RGB is 104 - color contains mainly: green. Hex color #45681B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45681B is #BA97E4. Grayscale: #555555. Windows color (decimal): -12228581 or 1796165. OLE color: 1796165.

HSL color Cylindrical-coordinate representation of color #45681B: hue angle of 87.27º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #45681B is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.59.

Color convert

RGB6910427-
CMYK0.3400.740.59
HSL87.27º58.78%25.69%-
HSV(B)87.27º74.04%40.78%-
XYZ7.611.242.81-
YUV84.7695.4116.76-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.5%
GREEN value IS 104 (41.02% from 255) = 52%
BLUE value IS 27 (10.94% from 255) = 13.5%
R=34.5%
G=52%
B=13.5%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal69104270.3400.740.5987.2758.7825.69
Hex45681B2204A3B573b1a
Octal10515033420112731277332
Binary100010111010001101110001001001010111011101011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45681B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45681B; }

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

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

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

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

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

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

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

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