Html Css Color HEX #3F574E Plantation

📋 copy color: '#3F574E'

red 63 ◦ green 87 ◦ blue 78

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

Shades of Plantation #3F574E

Tints of Plantation #3F574E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 38.16%

 BLUE value IS 78 (30.86% from 255) = 34.21%

R = 27.63%
G = 38.16%
B = 34.21%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.10

 K value IS 0.66

RGB Variations

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

Color information

#3F574E (or 0x3F574E) is known color: Plantation. HEX triplet: 3F, 57 and 4E. RGB value is (63,87,78). Sum of RGB (Red+Green+Blue) = 63+87+78=228 (30% of max value = 765). Red value is 63 (25% from 255 or 27.63% from 228); Green value is 87 (34.38% from 255 or 38.16% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 87 - color contains mainly: green. Hex color #3F574E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F574E is #C0A8B1. Grayscale: #4E4E4E. Windows color (decimal): -12626098 or 5134143. OLE color: 5134143.

HSL color Cylindrical-coordinate representation of color #3F574E: hue angle of 157.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3F574E is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB 63 87 78 -
CMYK 0.28 0 0.10 0.66
HSL 157.5º 0.16% 0.29% -
HSV(B) 157.5º 0.28% 0.34% -
XYZ 6.83 8.42 8.47 -
YUV 78.8 127.55 116.73 -
System Red Green Blue C M Y K H S L
Decimal 63 87 78 0.28 0 0.10 0.66 157.5 0.16 0.29
Hex 3F 57 4E 1C 0 A 42 9E 10 1D
Octal 77 127 116 34 0 12 102 236 20 35
Binary 111111 1010111 1001110 11100 0 1010 1000010 10011110 10000 11101

Color Harmonies of #3F574E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F574E

Black with #3F574E

Text Example


Text Example

White with #3F574E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,87,78); }

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

background-color css

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

 a { background-color: rgb(63,87,78); }

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

border-color css

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

 span { border-color: rgb(63,87,78); }

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