#355125

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

Shades of Palm Leaf #355125

Tints of Palm Leaf #355125

Color information

#355125 (or 0x355125) is unknown color: approx Palm Leaf. HEX triplet: 35, 51 and 25. RGB value is (53,81,37). Sum of RGB (Red+Green+Blue) = 53+81+37=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 81 (32.03% from 255 or 47.37% from 171); Blue value is 37 (14.84% from 255 or 21.64% from 171); Max value from RGB is 81 - color contains mainly: green. Hex color #355125 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355125 is #CAAEDA. Grayscale: #434343. Windows color (decimal): -13283035 or 2445621. OLE color: 2445621.

HSL color Cylindrical-coordinate representation of color #355125: hue angle of 98.18º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #355125 is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.68.

Color convert

RGB538137-
CMYK0.3500.540.68
HSL98.18º37.29%23.14%-
HSV(B)98.18º54.32%31.76%-
XYZ4.746.782.81-
YUV67.61110.72117.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.99%
GREEN value IS 81 (32.03% from 255) = 47.37%
BLUE value IS 37 (14.84% from 255) = 21.64%
R=30.99%
G=47.37%
B=21.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5381370.3500.540.6898.1837.2923.14
Hex3551252303644622517
Octal6512145430661041424527
Binary110101101000110010110001101101101000100110001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355125; }

 p { color: rgb(53,81,37); }

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

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

 a { background-color: rgb(53,81,37); }

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

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

 span { border-color: rgb(53,81,37); }

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