#3C532F

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

Shades of Palm Leaf #3C532F

Tints of Palm Leaf #3C532F

Color information

#3C532F (or 0x3C532F) is unknown color: approx Palm Leaf. HEX triplet: 3C, 53 and 2F. RGB value is (60,83,47). Sum of RGB (Red+Green+Blue) = 60+83+47=190 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.58% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 83 - color contains mainly: green. Hex color #3C532F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C532F is #C3ACD0. Grayscale: #484848. Windows color (decimal): -12823761 or 3101500. OLE color: 3101500.

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

Color convert

RGB608347-
CMYK0.2800.430.67
HSL98.33º27.69%25.49%-
HSV(B)98.33º43.37%32.55%-
XYZ5.477.353.82-
YUV72.02113.88119.43-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.58%
GREEN value IS 83 (32.81% from 255) = 43.68%
BLUE value IS 47 (18.75% from 255) = 24.74%
R=31.58%
G=43.68%
B=24.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6083470.2800.430.6798.3327.6925.49
Hex3C532F1C02B43621c19
Octal7412357340531031423431
Binary1111001010011101111111000101011100001111000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C532F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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