#395530

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

Shades of Palm Leaf #395530

Tints of Palm Leaf #395530

Color information

#395530 (or 0x395530) is unknown color: approx Palm Leaf. HEX triplet: 39, 55 and 30. RGB value is (57,85,48). Sum of RGB (Red+Green+Blue) = 57+85+48=190 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 48 (19.14% from 255 or 25.26% from 190); Max value from RGB is 85 - color contains mainly: green. Hex color #395530 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395530 is #C6AACF. Grayscale: #484848. Windows color (decimal): -13019856 or 3167545. OLE color: 3167545.

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

Color convert

RGB578548-
CMYK0.3300.440.67
HSL105.41º27.82%26.08%-
HSV(B)105.41º43.53%33.33%-
XYZ5.477.583.97-
YUV72.41114.22117.01-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30%
GREEN value IS 85 (33.59% from 255) = 44.74%
BLUE value IS 48 (19.14% from 255) = 25.26%
R=30%
G=44.74%
B=25.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5785480.3300.440.67105.4127.8226.08
Hex3955302102C43691c1a
Octal7112560410541031513432
Binary11100110101011100001000010101100100001111010011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395530; }

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

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

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

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

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

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

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

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