#375133

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

Shades of Palm Leaf #375133

Tints of Palm Leaf #375133

Color information

#375133 (or 0x375133) is unknown color: approx Palm Leaf. HEX triplet: 37, 51 and 33. RGB value is (55,81,51). Sum of RGB (Red+Green+Blue) = 55+81+51=187 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.41% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 51 (20.31% from 255 or 27.27% from 187); Max value from RGB is 81 - color contains mainly: green. Hex color #375133 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375133 is #C8AECC. Grayscale: #454545. Windows color (decimal): -13151949 or 3363127. OLE color: 3363127.

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

Color convert

RGB558151-
CMYK0.3200.370.68
HSL112º22.73%25.88%-
HSV(B)112º37.04%31.76%-
XYZ5.126.944.2-
YUV69.81117.39117.44-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.41%
GREEN value IS 81 (32.03% from 255) = 43.32%
BLUE value IS 51 (20.31% from 255) = 27.27%
R=29.41%
G=43.32%
B=27.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5581510.3200.370.6811222.7325.88
Hex375133200254470171a
Octal6712163400451041602732
Binary11011110100011100111000000100101100010011100001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375133; }

 p { color: rgb(55,81,51); }

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

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

 a { background-color: rgb(55,81,51); }

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

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

 span { border-color: rgb(55,81,51); }

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