#395430

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

Shades of Palm Leaf #395430

Tints of Palm Leaf #395430

Color information

#395430 (or 0x395430) is unknown color: approx Palm Leaf. HEX triplet: 39, 54 and 30. RGB value is (57,84,48). Sum of RGB (Red+Green+Blue) = 57+84+48=189 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30.16% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 84 - color contains mainly: green. Hex color #395430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395430 is #C6ABCF. Grayscale: #474747. Windows color (decimal): -13020112 or 3167289. OLE color: 3167289.

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

Color convert

RGB578448-
CMYK0.3200.430.67
HSL105º27.27%25.88%-
HSV(B)105º42.86%32.94%-
XYZ5.397.423.95-
YUV71.82114.55117.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.16%
GREEN value IS 84 (33.20% from 255) = 44.44%
BLUE value IS 48 (19.14% from 255) = 25.40%
R=30.16%
G=44.44%
B=25.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5784480.3200.430.6710527.2725.88
Hex3954302002B43691b1a
Octal7112460400531031513332
Binary11100110101001100001000000101011100001111010011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395430; }

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

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

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

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

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

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

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

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