Html Css Color HEX #3F594D Plantation

📋 copy color: '#3F594D'

red 63 ◦ green 89 ◦ blue 77

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

Shades of Plantation #3F594D

Tints of Plantation #3F594D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 33.62%

R = 27.51%
G = 38.86%
B = 33.62%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#3F594D (or 0x3F594D) is known color: Plantation. HEX triplet: 3F, 59 and 4D. RGB value is (63,89,77). Sum of RGB (Red+Green+Blue) = 63+89+77=229 (30% of max value = 765). Red value is 63 (25% from 255 or 27.51% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 89 - color contains mainly: green. Hex color #3F594D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F594D is #C0A6B2. Grayscale: #4F4F4F. Windows color (decimal): -12625587 or 5069119. OLE color: 5069119.

HSL color Cylindrical-coordinate representation of color #3F594D: hue angle of 152.31º 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 #3F594D is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB 63 89 77 -
CMYK 0.29 0 0.13 0.65
HSL 152.31º 0.17% 0.3% -
HSV(B) 152.31º 0.29% 0.35% -
XYZ 6.96 8.74 8.34 -
YUV 79.86 126.39 115.98 -
System Red Green Blue C M Y K H S L
Decimal 63 89 77 0.29 0 0.13 0.65 152.31 0.17 0.3
Hex 3F 59 4D 1D 0 D 41 98 11 1E
Octal 77 131 115 35 0 15 101 230 21 36
Binary 111111 1011001 1001101 11101 0 1101 1000001 10011000 10001 11110

Color Harmonies of #3F594D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F594D

Black with #3F594D

Text Example


Text Example

White with #3F594D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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