#305424

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

Shades of Palm Leaf #305424

Tints of Palm Leaf #305424

Color information

#305424 (or 0x305424) is unknown color: approx Palm Leaf. HEX triplet: 30, 54 and 24. RGB value is (48,84,36). Sum of RGB (Red+Green+Blue) = 48+84+36=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 84 (33.20% from 255 or 50% from 168); Blue value is 36 (14.45% from 255 or 21.43% from 168); Max value from RGB is 84 - color contains mainly: green. Hex color #305424 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305424 is #CFABDB. Grayscale: #434343. Windows color (decimal): -13609948 or 2380848. OLE color: 2380848.

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

Color convert

RGB488436-
CMYK0.4300.570.67
HSL105º40%23.53%-
HSV(B)105º57.14%32.94%-
XYZ4.717.12.79-
YUV67.76110.07113.9-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.57%
GREEN value IS 84 (33.20% from 255) = 50%
BLUE value IS 36 (14.45% from 255) = 21.43%
R=28.57%
G=50%
B=21.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4884360.4300.570.671054023.53
Hex3054242B03943692818
Octal6012444530711031515030
Binary110000101010010010010101101110011000011110100110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305424; }

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

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

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

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

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

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

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

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