#305324

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

Shades of Palm Leaf #305324

Tints of Palm Leaf #305324

Color information

#305324 (or 0x305324) is unknown color: approx Palm Leaf. HEX triplet: 30, 53 and 24. RGB value is (48,83,36). Sum of RGB (Red+Green+Blue) = 48+83+36=167 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.74% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 36 (14.45% from 255 or 21.56% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #305324 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305324 is #CFACDB. Grayscale: #434343. Windows color (decimal): -13610204 or 2380592. OLE color: 2380592.

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

Color convert

RGB488336-
CMYK0.4200.570.67
HSL104.68º39.5%23.33%-
HSV(B)104.68º56.63%32.55%-
XYZ4.636.942.76-
YUV67.18110.4114.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.74%
GREEN value IS 83 (32.81% from 255) = 49.70%
BLUE value IS 36 (14.45% from 255) = 21.56%
R=28.74%
G=49.70%
B=21.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4883360.4200.570.67104.6839.523.33
Hex3053242A03943692717
Octal6012344520711031514727
Binary110000101001110010010101001110011000011110100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305324; }

 p { color: rgb(48,83,36); }

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

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

 a { background-color: rgb(48,83,36); }

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

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

 span { border-color: rgb(48,83,36); }

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