Html Css Color HEX #3F5047 Plantation

📋 copy color: '#3F5047'

red 63 ◦ green 80 ◦ blue 71

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

Shades of Plantation #3F5047

Tints of Plantation #3F5047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 33.18%

R = 29.44%
G = 37.38%
B = 33.18%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#3F5047 (or 0x3F5047) is known color: Plantation. HEX triplet: 3F, 50 and 47. RGB value is (63,80,71). Sum of RGB (Red+Green+Blue) = 63+80+71=214 (28% of max value = 765). Red value is 63 (25% from 255 or 29.44% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 71 (28.12% from 255 or 33.18% from 214); Max value from RGB is 80 - color contains mainly: green. Hex color #3F5047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5047 is #C0AFB8. Grayscale: #494949. Windows color (decimal): -12627897 or 4673599. OLE color: 4673599.

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

Color convert

RGB 63 80 71 -
CMYK 0.21 0 0.11 0.69
HSL 148.24º 0.12% 0.28% -
HSV(B) 148.24º 0.21% 0.31% -
XYZ 6.06 7.25 7.04 -
YUV 73.89 126.37 120.23 -
System Red Green Blue C M Y K H S L
Decimal 63 80 71 0.21 0 0.11 0.69 148.24 0.12 0.28
Hex 3F 50 47 15 0 B 45 94 C 1C
Octal 77 120 107 25 0 13 105 224 14 34
Binary 111111 1010000 1000111 10101 0 1011 1000101 10010100 1100 11100

Color Harmonies of #3F5047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5047

Black with #3F5047

Text Example


Text Example

White with #3F5047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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