Html Css Color HEX #3F503B Palm Leaf

📋 copy color: '#3F503B'

red 63 ◦ green 80 ◦ blue 59

#3F503B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palm Leaf #3F503B

Tints of Palm Leaf #3F503B

RGB

 RED value IS 63 (25% from 255) = 31.19%

 GREEN value IS 80 (31.64% from 255) = 39.6%

 BLUE value IS 59 (23.44% from 255) = 29.21%

R = 31.19%
G = 39.6%
B = 29.21%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.26

 K value IS 0.69

RGB Variations

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

Color information

#3F503B (or 0x3F503B) is known color: Palm Leaf. HEX triplet: 3F, 50 and 3B. RGB value is (63,80,59). Sum of RGB (Red+Green+Blue) = 63+80+59=202 (26% of max value = 765). Red value is 63 (25% from 255 or 31.19% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 59 (23.44% from 255 or 29.21% from 202); Max value from RGB is 80 - color contains mainly: green. Hex color #3F503B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F503B is #C0AFC4. Grayscale: #484848. Windows color (decimal): -12627909 or 3887167. OLE color: 3887167.

HSL color Cylindrical-coordinate representation of color #3F503B: hue angle of 108.57º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3F503B is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB 63 80 59 -
CMYK 0.21 0 0.26 0.69
HSL 108.57º 0.15% 0.27% -
HSV(B) 108.57º 0.26% 0.31% -
XYZ 5.71 7.11 5.21 -
YUV 72.52 120.37 121.21 -
System Red Green Blue C M Y K H S L
Decimal 63 80 59 0.21 0 0.26 0.69 108.57 0.15 0.27
Hex 3F 50 3B 15 0 1A 45 6D F 1B
Octal 77 120 73 25 0 32 105 155 17 33
Binary 111111 1010000 111011 10101 0 11010 1000101 1101101 1111 11011

Color Harmonies of #3F503B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F503B

Black with #3F503B

Text Example


Text Example

White with #3F503B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,80,59); }

 H1.HeaderClassName
 {
   color: #3F503B;
 }
 .AnyTagClassName
 {
   color: #3F503B;
 }
</style>

background-color css

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

 a { background-color: rgb(63,80,59); }

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

border-color css

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

 span { border-color: rgb(63,80,59); }

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