#365C1E

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

Shades of Palm Leaf #365C1E

Tints of Palm Leaf #365C1E

Color information

#365C1E (or 0x365C1E) is unknown color: approx Palm Leaf. HEX triplet: 36, 5C and 1E. RGB value is (54,92,30). Sum of RGB (Red+Green+Blue) = 54+92+30=176 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.68% from 176); Green value is 92 (36.33% from 255 or 52.27% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 92 - color contains mainly: green. Hex color #365C1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365C1E is #C9A3E1. Grayscale: #494949. Windows color (decimal): -13214690 or 1989686. OLE color: 1989686.

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

Color convert

RGB549230-
CMYK0.4100.670.64
HSL96.77º50.82%23.92%-
HSV(B)96.77º67.39%36.08%-
XYZ5.588.532.58-
YUV73.57103.41114.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.68%
GREEN value IS 92 (36.33% from 255) = 52.27%
BLUE value IS 30 (12.11% from 255) = 17.05%
R=30.68%
G=52.27%
B=17.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5492300.4100.670.6496.7750.8223.92
Hex365C1E2904340613318
Octal66134365101031001416330
Binary110110101110011110101001010000111000000110000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,92,30); }

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

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

 a { background-color: rgb(54,92,30); }

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

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

 span { border-color: rgb(54,92,30); }

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