#305520

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

Shades of Palm Leaf #305520

Tints of Palm Leaf #305520

Color information

#305520 (or 0x305520) is unknown color: approx Palm Leaf. HEX triplet: 30, 55 and 20. RGB value is (48,85,32). Sum of RGB (Red+Green+Blue) = 48+85+32=165 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.09% from 165); Green value is 85 (33.59% from 255 or 51.52% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 85 - color contains mainly: green. Hex color #305520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305520 is #CFAADF. Grayscale: #444444. Windows color (decimal): -13609696 or 2118960. OLE color: 2118960.

HSL color Cylindrical-coordinate representation of color #305520: hue angle of 101.89º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #305520 is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB488532-
CMYK0.4400.620.67
HSL101.89º45.3%22.94%-
HSV(B)101.89º62.35%33.33%-
XYZ4.737.232.51-
YUV67.9107.74113.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.09%
GREEN value IS 85 (33.59% from 255) = 51.52%
BLUE value IS 32 (12.89% from 255) = 19.39%
R=29.09%
G=51.52%
B=19.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4885320.4400.620.67101.8945.322.94
Hex3055202C03E43662d17
Octal6012540540761031465527
Binary110000101010110000010110001111101000011110011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305520; }

 p { color: rgb(48,85,32); }

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

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

 a { background-color: rgb(48,85,32); }

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

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

 span { border-color: rgb(48,85,32); }

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