#375521

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

Shades of Palm Leaf #375521

Tints of Palm Leaf #375521

Color information

#375521 (or 0x375521) is unknown color: approx Palm Leaf. HEX triplet: 37, 55 and 21. RGB value is (55,85,33). Sum of RGB (Red+Green+Blue) = 55+85+33=173 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.79% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 33 (13.28% from 255 or 19.08% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #375521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375521 is #C8AADE. Grayscale: #464646. Windows color (decimal): -13150943 or 2184503. OLE color: 2184503.

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

Color convert

RGB558533-
CMYK0.3500.610.67
HSL94.62º44.07%23.14%-
HSV(B)94.62º61.18%33.33%-
XYZ5.17.422.6-
YUV70.1107.06117.23-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.79%
GREEN value IS 85 (33.59% from 255) = 49.13%
BLUE value IS 33 (13.28% from 255) = 19.08%
R=31.79%
G=49.13%
B=19.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5585330.3500.610.6794.6244.0723.14
Hex3755212303D435f2c17
Octal6712541430751031375427
Binary110111101010110000110001101111011000011101111110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375521; }

 p { color: rgb(55,85,33); }

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

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

 a { background-color: rgb(55,85,33); }

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

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

 span { border-color: rgb(55,85,33); }

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