Html Css Color HEX #3F584D Plantation

📋 copy color: '#3F584D'

red 63 ◦ green 88 ◦ blue 77

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

Shades of Plantation #3F584D

Tints of Plantation #3F584D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.6%

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

R = 27.63%
G = 38.6%
B = 33.77%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#3F584D (or 0x3F584D) is known color: Plantation. HEX triplet: 3F, 58 and 4D. RGB value is (63,88,77). Sum of RGB (Red+Green+Blue) = 63+88+77=228 (30% of max value = 765). Red value is 63 (25% from 255 or 27.63% from 228); Green value is 88 (34.77% from 255 or 38.60% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 88 - color contains mainly: green. Hex color #3F584D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F584D is #C0A7B2. Grayscale: #4F4F4F. Windows color (decimal): -12625843 or 5068863. OLE color: 5068863.

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

Color convert

RGB 63 88 77 -
CMYK 0.28 0 0.12 0.65
HSL 153.6º 0.17% 0.3% -
HSV(B) 153.6º 0.28% 0.35% -
XYZ 6.88 8.57 8.31 -
YUV 79.27 126.72 116.39 -
System Red Green Blue C M Y K H S L
Decimal 63 88 77 0.28 0 0.12 0.65 153.6 0.17 0.3
Hex 3F 58 4D 1C 0 C 41 9A 11 1E
Octal 77 130 115 34 0 14 101 232 21 36
Binary 111111 1011000 1001101 11100 0 1100 1000001 10011010 10001 11110

Color Harmonies of #3F584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F584D

Black with #3F584D

Text Example


Text Example

White with #3F584D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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