#3C5233

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

Shades of Palm Leaf #3C5233

Tints of Palm Leaf #3C5233

Color information

#3C5233 (or 0x3C5233) is unknown color: approx Palm Leaf. HEX triplet: 3C, 52 and 33. RGB value is (60,82,51). Sum of RGB (Red+Green+Blue) = 60+82+51=193 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.09% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 51 (20.31% from 255 or 26.42% from 193); Max value from RGB is 82 - color contains mainly: green. Hex color #3C5233 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5233 is #C3ADCC. Grayscale: #474747. Windows color (decimal): -12824013 or 3363388. OLE color: 3363388.

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

Color convert

RGB608251-
CMYK0.2700.380.68
HSL102.58º23.31%26.08%-
HSV(B)102.58º37.8%32.16%-
XYZ5.487.234.24-
YUV71.89116.21119.52-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.09%
GREEN value IS 82 (32.42% from 255) = 42.49%
BLUE value IS 51 (20.31% from 255) = 26.42%
R=31.09%
G=42.49%
B=26.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6082510.2700.380.68102.5823.3126.08
Hex3C52331B0264467171a
Octal7412263330461041472732
Binary1111001010010110011110110100110100010011001111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C5233; }

 p { color: rgb(60,82,51); }

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

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

 a { background-color: rgb(60,82,51); }

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

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

 span { border-color: rgb(60,82,51); }

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