#305523

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

Shades of Palm Leaf #305523

Tints of Palm Leaf #305523

Color information

#305523 (or 0x305523) is unknown color: approx Palm Leaf. HEX triplet: 30, 55 and 23. RGB value is (48,85,35). Sum of RGB (Red+Green+Blue) = 48+85+35=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 85 (33.59% from 255 or 50.60% from 168); Blue value is 35 (14.06% from 255 or 20.83% from 168); Max value from RGB is 85 - color contains mainly: green. Hex color #305523 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305523 is #CFAADC. Grayscale: #444444. Windows color (decimal): -13609693 or 2315568. OLE color: 2315568.

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

Color convert

RGB488535-
CMYK0.4400.590.67
HSL104.4º41.67%23.53%-
HSV(B)104.4º58.82%33.33%-
XYZ4.777.252.74-
YUV68.24109.24113.57-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.57%
GREEN value IS 85 (33.59% from 255) = 50.60%
BLUE value IS 35 (14.06% from 255) = 20.83%
R=28.57%
G=50.60%
B=20.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4885350.4400.590.67104.441.6723.53
Hex3055232C03B43682a18
Octal6012543540731031505230
Binary110000101010110001110110001110111000011110100010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305523; }

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

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

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

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

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

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

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

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