Html Css Color HEX #3F4F38 Palm Leaf

📋 copy color: '#3F4F38'

red 63 ◦ green 79 ◦ blue 56

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

Shades of Palm Leaf #3F4F38

Tints of Palm Leaf #3F4F38

RGB

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

 GREEN value IS 79 (31.25% from 255) = 39.9%

 BLUE value IS 56 (22.27% from 255) = 28.28%

R = 31.82%
G = 39.9%
B = 28.28%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.29

 K value IS 0.69

RGB Variations

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

Color information

#3F4F38 (or 0x3F4F38) is known color: Palm Leaf. HEX triplet: 3F, 4F and 38. RGB value is (63,79,56). Sum of RGB (Red+Green+Blue) = 63+79+56=198 (26% of max value = 765). Red value is 63 (25% from 255 or 31.82% from 198); Green value is 79 (31.25% from 255 or 39.90% from 198); Blue value is 56 (22.27% from 255 or 28.28% from 198); Max value from RGB is 79 - color contains mainly: green. Hex color #3F4F38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F4F38 is #C0B0C7. Grayscale: #474747. Windows color (decimal): -12628168 or 3690303. OLE color: 3690303.

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

Color convert

RGB 63 79 56 -
CMYK 0.20 0 0.29 0.69
HSL 101.74º 0.17% 0.26% -
HSV(B) 101.74º 0.29% 0.31% -
XYZ 5.56 6.93 4.79 -
YUV 71.59 119.2 121.87 -
System Red Green Blue C M Y K H S L
Decimal 63 79 56 0.20 0 0.29 0.69 101.74 0.17 0.26
Hex 3F 4F 38 14 0 1D 45 66 11 1A
Octal 77 117 70 24 0 35 105 146 21 32
Binary 111111 1001111 111000 10100 0 11101 1000101 1100110 10001 11010

Color Harmonies of #3F4F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4F38

Black with #3F4F38

Text Example


Text Example

White with #3F4F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,79,56); }

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

background-color css

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

 a { background-color: rgb(63,79,56); }

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

border-color css

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

 span { border-color: rgb(63,79,56); }

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