Html Css Color HEX #3F574C Plantation

📋 copy color: '#3F574C'

red 63 ◦ green 87 ◦ blue 76

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

Shades of Plantation #3F574C

Tints of Plantation #3F574C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 33.63%

R = 27.88%
G = 38.5%
B = 33.63%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#3F574C (or 0x3F574C) is known color: Plantation. HEX triplet: 3F, 57 and 4C. RGB value is (63,87,76). Sum of RGB (Red+Green+Blue) = 63+87+76=226 (29% of max value = 765). Red value is 63 (25% from 255 or 27.88% from 226); Green value is 87 (34.38% from 255 or 38.50% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 87 - color contains mainly: green. Hex color #3F574C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F574C is #C0A8B3. Grayscale: #4E4E4E. Windows color (decimal): -12626100 or 5003071. OLE color: 5003071.

HSL color Cylindrical-coordinate representation of color #3F574C: hue angle of 152.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 #3F574C is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB 63 87 76 -
CMYK 0.28 0 0.13 0.66
HSL 152.5º 0.16% 0.29% -
HSV(B) 152.5º 0.28% 0.34% -
XYZ 6.76 8.39 8.1 -
YUV 78.57 126.55 116.89 -
System Red Green Blue C M Y K H S L
Decimal 63 87 76 0.28 0 0.13 0.66 152.5 0.16 0.29
Hex 3F 57 4C 1C 0 D 42 98 10 1D
Octal 77 127 114 34 0 15 102 230 20 35
Binary 111111 1010111 1001100 11100 0 1101 1000010 10011000 10000 11101

Color Harmonies of #3F574C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F574C

Black with #3F574C

Text Example


Text Example

White with #3F574C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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