Html Css Color HEX #3F4F46 Plantation

📋 copy color: '#3F4F46'

red 63 ◦ green 79 ◦ blue 70

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

Shades of Plantation #3F4F46

Tints of Plantation #3F4F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 33.02%

R = 29.72%
G = 37.26%
B = 33.02%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#3F4F46 (or 0x3F4F46) is known color: Plantation. HEX triplet: 3F, 4F and 46. RGB value is (63,79,70). Sum of RGB (Red+Green+Blue) = 63+79+70=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 79 (31.25% from 255 or 37.26% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 79 - color contains mainly: green. Hex color #3F4F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F4F46 is #C0B0B9. Grayscale: #494949. Windows color (decimal): -12628154 or 4607807. OLE color: 4607807.

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

Color convert

RGB 63 79 70 -
CMYK 0.20 0 0.11 0.69
HSL 146.25º 0.11% 0.28% -
HSV(B) 146.25º 0.2% 0.31% -
XYZ 5.95 7.09 6.85 -
YUV 73.19 126.2 120.73 -
System Red Green Blue C M Y K H S L
Decimal 63 79 70 0.20 0 0.11 0.69 146.25 0.11 0.28
Hex 3F 4F 46 14 0 B 45 92 B 1C
Octal 77 117 106 24 0 13 105 222 13 34
Binary 111111 1001111 1000110 10100 0 1011 1000101 10010010 1011 11100

Color Harmonies of #3F4F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4F46

Black with #3F4F46

Text Example


Text Example

White with #3F4F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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