Html Css Color HEX #3F594F Plantation

📋 copy color: '#3F594F'

red 63 ◦ green 89 ◦ blue 79

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

Shades of Plantation #3F594F

Tints of Plantation #3F594F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.53%

 BLUE value IS 79 (31.25% from 255) = 34.2%

R = 27.27%
G = 38.53%
B = 34.2%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#3F594F (or 0x3F594F) is known color: Plantation. HEX triplet: 3F, 59 and 4F. RGB value is (63,89,79). Sum of RGB (Red+Green+Blue) = 63+89+79=231 (30% of max value = 765). Red value is 63 (25% from 255 or 27.27% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 89 - color contains mainly: green. Hex color #3F594F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F594F is #C0A6B0. Grayscale: #505050. Windows color (decimal): -12625585 or 5200191. OLE color: 5200191.

HSL color Cylindrical-coordinate representation of color #3F594F: hue angle of 156.92º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3F594F is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 63 89 79 -
CMYK 0.29 0 0.11 0.65
HSL 156.92º 0.17% 0.3% -
HSV(B) 156.92º 0.29% 0.35% -
XYZ 7.03 8.77 8.72 -
YUV 80.09 127.39 115.81 -
System Red Green Blue C M Y K H S L
Decimal 63 89 79 0.29 0 0.11 0.65 156.92 0.17 0.3
Hex 3F 59 4F 1D 0 B 41 9D 11 1E
Octal 77 131 117 35 0 13 101 235 21 36
Binary 111111 1011001 1001111 11101 0 1011 1000001 10011101 10001 11110

Color Harmonies of #3F594F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F594F

Black with #3F594F

Text Example


Text Example

White with #3F594F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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