#3C5333

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

Shades of Palm Leaf #3C5333

Tints of Palm Leaf #3C5333

Color information

#3C5333 (or 0x3C5333) is unknown color: approx Palm Leaf. HEX triplet: 3C, 53 and 33. RGB value is (60,83,51). Sum of RGB (Red+Green+Blue) = 60+83+51=194 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.93% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 51 (20.31% from 255 or 26.29% from 194); Max value from RGB is 83 - color contains mainly: green. Hex color #3C5333 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5333 is #C3ACCC. Grayscale: #484848. Windows color (decimal): -12823757 or 3363644. OLE color: 3363644.

HSL color Cylindrical-coordinate representation of color #3C5333: hue angle of 103.12º 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 #3C5333 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB608351-
CMYK0.2800.390.67
HSL103.12º23.88%26.27%-
HSV(B)103.12º38.55%32.55%-
XYZ5.557.394.26-
YUV72.47115.88119.1-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.93%
GREEN value IS 83 (32.81% from 255) = 42.78%
BLUE value IS 51 (20.31% from 255) = 26.29%
R=30.93%
G=42.78%
B=26.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6083510.2800.390.67103.1223.8826.27
Hex3C53331C0274367181a
Octal7412363340471031473032
Binary1111001010011110011111000100111100001111001111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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