Html Css Color HEX #3F6551 Plantation

📋 copy color: '#3F6551'

red 63 ◦ green 101 ◦ blue 81

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

Shades of Plantation #3F6551

Tints of Plantation #3F6551

RGB

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

 GREEN value IS 101 (39.84% from 255) = 41.22%

 BLUE value IS 81 (32.03% from 255) = 33.06%

R = 25.71%
G = 41.22%
B = 33.06%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.20

 K value IS 0.60

RGB Variations

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

Color information

#3F6551 (or 0x3F6551) is known color: Plantation. HEX triplet: 3F, 65 and 51. RGB value is (63,101,81). Sum of RGB (Red+Green+Blue) = 63+101+81=245 (32% of max value = 765). Red value is 63 (25% from 255 or 25.71% from 245); Green value is 101 (39.84% from 255 or 41.22% from 245); Blue value is 81 (32.03% from 255 or 33.06% from 245); Max value from RGB is 101 - color contains mainly: green. Hex color #3F6551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6551 is #C09AAE. Grayscale: #575757. Windows color (decimal): -12622511 or 5334335. OLE color: 5334335.

HSL color Cylindrical-coordinate representation of color #3F6551: hue angle of 148.42º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F6551 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.60.

Color convert

RGB 63 101 81 -
CMYK 0.38 0 0.20 0.60
HSL 148.42º 0.23% 0.32% -
HSV(B) 148.42º 0.38% 0.4% -
XYZ 8.19 10.96 9.47 -
YUV 87.36 124.41 110.63 -
System Red Green Blue C M Y K H S L
Decimal 63 101 81 0.38 0 0.20 0.60 148.42 0.23 0.32
Hex 3F 65 51 26 0 14 3C 94 17 20
Octal 77 145 121 46 0 24 74 224 27 40
Binary 111111 1100101 1010001 100110 0 10100 111100 10010100 10111 100000

Color Harmonies of #3F6551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6551

Black with #3F6551

Text Example


Text Example

White with #3F6551

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,101,81); }

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

background-color css

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

 a { background-color: rgb(63,101,81); }

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

border-color css

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

 span { border-color: rgb(63,101,81); }

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