#355D1D

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

Shades of Palm Leaf #355D1D

Tints of Palm Leaf #355D1D

Color information

#355D1D (or 0x355D1D) is unknown color: approx Palm Leaf. HEX triplet: 35, 5D and 1D. RGB value is (53,93,29). Sum of RGB (Red+Green+Blue) = 53+93+29=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 93 (36.72% from 255 or 53.14% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 93 - color contains mainly: green. Hex color #355D1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355D1D is #CAA2E2. Grayscale: #494949. Windows color (decimal): -13279971 or 1924405. OLE color: 1924405.

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

Color convert

RGB539329-
CMYK0.4300.690.64
HSL97.5º52.46%23.92%-
HSV(B)97.5º68.82%36.47%-
XYZ5.68.672.54-
YUV73.74102.75113.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.29%
GREEN value IS 93 (36.72% from 255) = 53.14%
BLUE value IS 29 (11.72% from 255) = 16.57%
R=30.29%
G=53.14%
B=16.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5393290.4300.690.6497.552.4623.92
Hex355D1D2B04540623418
Octal65135355301051001426430
Binary110101101110111101101011010001011000000110001011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355D1D; }

 p { color: rgb(53,93,29); }

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

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

 a { background-color: rgb(53,93,29); }

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

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

 span { border-color: rgb(53,93,29); }

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