#375530

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

Shades of Palm Leaf #375530

Tints of Palm Leaf #375530

Color information

#375530 (or 0x375530) is unknown color: approx Palm Leaf. HEX triplet: 37, 55 and 30. RGB value is (55,85,48). Sum of RGB (Red+Green+Blue) = 55+85+48=188 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.26% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 48 (19.14% from 255 or 25.53% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #375530 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375530 is #C8AACF. Grayscale: #474747. Windows color (decimal): -13150928 or 3167543. OLE color: 3167543.

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

Color convert

RGB558548-
CMYK0.3500.440.67
HSL108.65º27.82%26.08%-
HSV(B)108.65º43.53%33.33%-
XYZ5.367.523.97-
YUV71.81114.56116.01-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.26%
GREEN value IS 85 (33.59% from 255) = 45.21%
BLUE value IS 48 (19.14% from 255) = 25.53%
R=29.26%
G=45.21%
B=25.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5585480.3500.440.67108.6527.8226.08
Hex3755302302C436d1c1a
Octal6712560430541031553432
Binary11011110101011100001000110101100100001111011011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375530; }

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

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

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

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

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

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

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

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