Html Css Color HEX #3F544A Plantation

📋 copy color: '#3F544A'

red 63 ◦ green 84 ◦ blue 74

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

Shades of Plantation #3F544A

Tints of Plantation #3F544A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.01%

 BLUE value IS 74 (29.3% from 255) = 33.48%

R = 28.51%
G = 38.01%
B = 33.48%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#3F544A (or 0x3F544A) is known color: Plantation. HEX triplet: 3F, 54 and 4A. RGB value is (63,84,74). Sum of RGB (Red+Green+Blue) = 63+84+74=221 (29% of max value = 765). Red value is 63 (25% from 255 or 28.51% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 84 - color contains mainly: green. Hex color #3F544A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F544A is #C0ABB5. Grayscale: #4C4C4C. Windows color (decimal): -12626870 or 4871231. OLE color: 4871231.

HSL color Cylindrical-coordinate representation of color #3F544A: hue angle of 151.43º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3F544A is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 63 84 74 -
CMYK 0.25 0 0.12 0.67
HSL 151.43º 0.14% 0.29% -
HSV(B) 151.43º 0.25% 0.33% -
XYZ 6.46 7.89 7.66 -
YUV 76.58 126.54 118.31 -
System Red Green Blue C M Y K H S L
Decimal 63 84 74 0.25 0 0.12 0.67 151.43 0.14 0.29
Hex 3F 54 4A 19 0 C 43 97 E 1D
Octal 77 124 112 31 0 14 103 227 16 35
Binary 111111 1010100 1001010 11001 0 1100 1000011 10010111 1110 11101

Color Harmonies of #3F544A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F544A

Black with #3F544A

Text Example


Text Example

White with #3F544A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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