#305628

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

Shades of Palm Leaf #305628

Tints of Palm Leaf #305628

Color information

#305628 (or 0x305628) is unknown color: approx Palm Leaf. HEX triplet: 30, 56 and 28. RGB value is (48,86,40). Sum of RGB (Red+Green+Blue) = 48+86+40=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 86 (33.98% from 255 or 49.43% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 86 - color contains mainly: green. Hex color #305628 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305628 is #CFA9D7. Grayscale: #454545. Windows color (decimal): -13609432 or 2643504. OLE color: 2643504.

HSL color Cylindrical-coordinate representation of color #305628: hue angle of 109.57º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #305628 is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB488640-
CMYK0.4400.530.66
HSL109.57º36.51%24.71%-
HSV(B)109.57º53.49%33.73%-
XYZ4.937.443.18-
YUV69.39111.41112.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.59%
GREEN value IS 86 (33.98% from 255) = 49.43%
BLUE value IS 40 (16.02% from 255) = 22.99%
R=27.59%
G=49.43%
B=22.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4886400.4400.530.66109.5736.5124.71
Hex3056282C035426e2519
Octal6012650540651021564531
Binary110000101011010100010110001101011000010110111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305628; }

 p { color: rgb(48,86,40); }

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

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

 a { background-color: rgb(48,86,40); }

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

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

 span { border-color: rgb(48,86,40); }

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