#3C5433

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

Shades of Palm Leaf #3C5433

Tints of Palm Leaf #3C5433

Color information

#3C5433 (or 0x3C5433) is unknown color: approx Palm Leaf. HEX triplet: 3C, 54 and 33. RGB value is (60,84,51). Sum of RGB (Red+Green+Blue) = 60+84+51=195 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.77% from 195); Green value is 84 (33.20% from 255 or 43.08% from 195); Blue value is 51 (20.31% from 255 or 26.15% from 195); Max value from RGB is 84 - color contains mainly: green. Hex color #3C5433 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5433 is #C3ABCC. Grayscale: #494949. Windows color (decimal): -12823501 or 3363900. OLE color: 3363900.

HSL color Cylindrical-coordinate representation of color #3C5433: hue angle of 103.64º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C5433 is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB608451-
CMYK0.2900.390.67
HSL103.64º24.44%26.47%-
HSV(B)103.64º39.29%32.94%-
XYZ5.637.544.29-
YUV73.06115.55118.68-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.77%
GREEN value IS 84 (33.20% from 255) = 43.08%
BLUE value IS 51 (20.31% from 255) = 26.15%
R=30.77%
G=43.08%
B=26.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6084510.2900.390.67103.6424.4426.47
Hex3C54331D0274368181a
Octal7412463350471031503032
Binary1111001010100110011111010100111100001111010001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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