Html Css Color HEX #3F4A3D Palm Leaf

📋 copy color: '#3F4A3D'

red 63 ◦ green 74 ◦ blue 61

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

Shades of Palm Leaf #3F4A3D

Tints of Palm Leaf #3F4A3D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 37.37%

 BLUE value IS 61 (24.22% from 255) = 30.81%

R = 31.82%
G = 37.37%
B = 30.81%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.18

 K value IS 0.71

RGB Variations

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

Color information

#3F4A3D (or 0x3F4A3D) is known color: Palm Leaf. HEX triplet: 3F, 4A and 3D. RGB value is (63,74,61). Sum of RGB (Red+Green+Blue) = 63+74+61=198 (26% of max value = 765). Red value is 63 (25% from 255 or 31.82% from 198); Green value is 74 (29.30% from 255 or 37.37% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 74 - color contains mainly: green. Hex color #3F4A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4A3D is #C0B5C2. Grayscale: #454545. Windows color (decimal): -12629443 or 4016703. OLE color: 4016703.

HSL color Cylindrical-coordinate representation of color #3F4A3D: hue angle of 110.77º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3F4A3D is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB 63 74 61 -
CMYK 0.15 0 0.18 0.71
HSL 110.77º 0.1% 0.26% -
HSV(B) 110.77º 0.18% 0.29% -
XYZ 5.34 6.29 5.35 -
YUV 69.23 123.36 123.56 -
System Red Green Blue C M Y K H S L
Decimal 63 74 61 0.15 0 0.18 0.71 110.77 0.1 0.26
Hex 3F 4A 3D F 0 12 47 6F A 1A
Octal 77 112 75 17 0 22 107 157 12 32
Binary 111111 1001010 111101 1111 0 10010 1000111 1101111 1010 11010

Color Harmonies of #3F4A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4A3D

Black with #3F4A3D

Text Example


Text Example

White with #3F4A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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