Html Css Color HEX #3F5A4E Plantation

📋 copy color: '#3F5A4E'

red 63 ◦ green 90 ◦ blue 78

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

Shades of Plantation #3F5A4E

Tints of Plantation #3F5A4E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.96%

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

R = 27.27%
G = 38.96%
B = 33.77%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#3F5A4E (or 0x3F5A4E) is known color: Plantation. HEX triplet: 3F, 5A and 4E. RGB value is (63,90,78). Sum of RGB (Red+Green+Blue) = 63+90+78=231 (30% of max value = 765). Red value is 63 (25% from 255 or 27.27% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 90 - color contains mainly: green. Hex color #3F5A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5A4E is #C0A5B1. Grayscale: #505050. Windows color (decimal): -12625330 or 5134911. OLE color: 5134911.

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

Color convert

RGB 63 90 78 -
CMYK 0.30 0 0.13 0.65
HSL 153.33º 0.18% 0.3% -
HSV(B) 153.33º 0.3% 0.35% -
XYZ 7.08 8.92 8.56 -
YUV 80.56 126.55 115.48 -
System Red Green Blue C M Y K H S L
Decimal 63 90 78 0.30 0 0.13 0.65 153.33 0.18 0.3
Hex 3F 5A 4E 1E 0 D 41 99 12 1E
Octal 77 132 116 36 0 15 101 231 22 36
Binary 111111 1011010 1001110 11110 0 1101 1000001 10011001 10010 11110

Color Harmonies of #3F5A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5A4E

Black with #3F5A4E

Text Example


Text Example

White with #3F5A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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