#45681A

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

Shades of Green Leaf #45681A

Tints of Green Leaf #45681A

Color information

#45681A (or 0x45681A) is unknown color: approx Green Leaf. HEX triplet: 45, 68 and 1A. RGB value is (69,104,26). Sum of RGB (Red+Green+Blue) = 69+104+26=199 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.67% from 199); Green value is 104 (41.02% from 255 or 52.26% from 199); Blue value is 26 (10.55% from 255 or 13.07% from 199); Max value from RGB is 104 - color contains mainly: green. Hex color #45681A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45681A is #BA97E5. Grayscale: #545454. Windows color (decimal): -12228582 or 1730629. OLE color: 1730629.

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

Color convert

RGB6910426-
CMYK0.3400.750.59
HSL86.92º60%25.49%-
HSV(B)86.92º75%40.78%-
XYZ7.5911.242.75-
YUV84.6494.9116.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.67%
GREEN value IS 104 (41.02% from 255) = 52.26%
BLUE value IS 26 (10.55% from 255) = 13.07%
R=34.67%
G=52.26%
B=13.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal69104260.3400.750.5986.926025.49
Hex45681A2204B3B573c19
Octal10515032420113731277431
Binary100010111010001101010001001001011111011101011111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45681A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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