#3F453D

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

Shades of Palm Leaf #3F453D

Tints of Palm Leaf #3F453D

Color information

#3F453D (or 0x3F453D) is unknown color: approx Palm Leaf. HEX triplet: 3F, 45 and 3D. RGB value is (63,69,61). Sum of RGB (Red+Green+Blue) = 63+69+61=193 (25% of max value = 765). Red value is 63 (25% from 255 or 32.64% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 69 - color contains mainly: green. Hex color #3F453D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F453D is #C0BAC2. Grayscale: #424242. Windows color (decimal): -12630723 or 4015423. OLE color: 4015423.

HSL color Cylindrical-coordinate representation of color #3F453D: hue angle of 105º degrees, saturation: 0.06, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3F453D is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.

Color convert

RGB636961-
CMYK0.0900.120.73
HSL105º6.15%25.49%-
HSV(B)105º11.59%27.06%-
XYZ5.025.655.24-
YUV66.29125.01125.65-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.64%
GREEN value IS 69 (27.34% from 255) = 35.75%
BLUE value IS 61 (24.22% from 255) = 31.61%
R=32.64%
G=35.75%
B=31.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6369610.0900.120.731056.1525.49
Hex3F453D90C4969619
Octal771057511014111151631
Binary11111110001011111011001011001001001110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F453D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,69,61); }

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

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

 a { background-color: rgb(63,69,61); }

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

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

 span { border-color: rgb(63,69,61); }

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