#365B1D

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

Shades of Palm Leaf #365B1D

Tints of Palm Leaf #365B1D

Color information

#365B1D (or 0x365B1D) is unknown color: approx Palm Leaf. HEX triplet: 36, 5B and 1D. RGB value is (54,91,29). Sum of RGB (Red+Green+Blue) = 54+91+29=174 (23% of max value = 765). Red value is 54 (21.48% from 255 or 31.03% from 174); Green value is 91 (35.94% from 255 or 52.30% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 91 - color contains mainly: green. Hex color #365B1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365B1D is #C9A4E2. Grayscale: #494949. Windows color (decimal): -13214947 or 1923894. OLE color: 1923894.

HSL color Cylindrical-coordinate representation of color #365B1D: hue angle of 95.81º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #365B1D is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.64.

Color convert

RGB549129-
CMYK0.4100.680.64
HSL95.81º51.67%23.53%-
HSV(B)95.81º68.13%35.69%-
XYZ5.488.362.49-
YUV72.87103.24114.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.03%
GREEN value IS 91 (35.94% from 255) = 52.30%
BLUE value IS 29 (11.72% from 255) = 16.67%
R=31.03%
G=52.30%
B=16.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5491290.4100.680.6495.8151.6723.53
Hex365B1D2904440603418
Octal66133355101041001406430
Binary110110101101111101101001010001001000000110000011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365B1D; }

 p { color: rgb(54,91,29); }

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

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

 a { background-color: rgb(54,91,29); }

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

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

 span { border-color: rgb(54,91,29); }

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