#3E5530

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

Shades of Palm Leaf #3E5530

Tints of Palm Leaf #3E5530

Color information

#3E5530 (or 0x3E5530) is unknown color: approx Palm Leaf. HEX triplet: 3E, 55 and 30. RGB value is (62,85,48). Sum of RGB (Red+Green+Blue) = 62+85+48=195 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.79% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 48 (19.14% from 255 or 24.62% from 195); Max value from RGB is 85 - color contains mainly: green. Hex color #3E5530 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5530 is #C1AACF. Grayscale: #4A4A4A. Windows color (decimal): -12692176 or 3167550. OLE color: 3167550.

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

Color convert

RGB628548-
CMYK0.2700.440.67
HSL97.3º27.82%26.08%-
HSV(B)97.3º43.53%33.33%-
XYZ5.777.733.99-
YUV73.9113.38119.51-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 31.79%
GREEN value IS 85 (33.59% from 255) = 43.59%
BLUE value IS 48 (19.14% from 255) = 24.62%
R=31.79%
G=43.59%
B=24.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6285480.2700.440.6797.327.8226.08
Hex3E55301B02C43611c1a
Octal7612560330541031413432
Binary1111101010101110000110110101100100001111000011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,85,48); }

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

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

 a { background-color: rgb(62,85,48); }

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

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

 span { border-color: rgb(62,85,48); }

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