#365331

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

Shades of Palm Leaf #365331

Tints of Palm Leaf #365331

Color information

#365331 (or 0x365331) is unknown color: approx Palm Leaf. HEX triplet: 36, 53 and 31. RGB value is (54,83,49). Sum of RGB (Red+Green+Blue) = 54+83+49=186 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.03% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 49 (19.53% from 255 or 26.34% from 186); Max value from RGB is 83 - color contains mainly: green. Hex color #365331 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365331 is #C9ACCE. Grayscale: #464646. Windows color (decimal): -13216975 or 3232566. OLE color: 3232566.

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

Color convert

RGB548349-
CMYK0.3500.410.67
HSL111.18º25.76%25.88%-
HSV(B)111.18º40.96%32.55%-
XYZ5.177.194.02-
YUV70.45115.89116.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.03%
GREEN value IS 83 (32.81% from 255) = 44.62%
BLUE value IS 49 (19.53% from 255) = 26.34%
R=29.03%
G=44.62%
B=26.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5483490.3500.410.67111.1825.7625.88
Hex36533123029436f1a1a
Octal6612361430511031573232
Binary11011010100111100011000110101001100001111011111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365331; }

 p { color: rgb(54,83,49); }

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

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

 a { background-color: rgb(54,83,49); }

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

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

 span { border-color: rgb(54,83,49); }

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