#3F483C

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

Shades of Palm Leaf #3F483C

Tints of Palm Leaf #3F483C

Color information

#3F483C (or 0x3F483C) is unknown color: approx Palm Leaf. HEX triplet: 3F, 48 and 3C. RGB value is (63,72,60). Sum of RGB (Red+Green+Blue) = 63+72+60=195 (25% of max value = 765). Red value is 63 (25% from 255 or 32.31% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 72 - color contains mainly: green. Hex color #3F483C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F483C is #C0B7C3. Grayscale: #434343. Windows color (decimal): -12629956 or 3950655. OLE color: 3950655.

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

Color convert

RGB637260-
CMYK0.1200.170.72
HSL105º9.09%25.88%-
HSV(B)105º16.67%28.24%-
XYZ5.186.025.16-
YUV67.94123.52124.48-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.31%
GREEN value IS 72 (28.52% from 255) = 36.92%
BLUE value IS 60 (23.83% from 255) = 30.77%
R=32.31%
G=36.92%
B=30.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6372600.1200.170.721059.0925.88
Hex3F483CC011486991a
Octal7711074140211101511132
Binary1111111001000111100110001000110010001101001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F483C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,72,60); }

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

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

 a { background-color: rgb(63,72,60); }

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

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

 span { border-color: rgb(63,72,60); }

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