Html Css Color HEX #3F6151 Plantation

📋 copy color: '#3F6151'

red 63 ◦ green 97 ◦ blue 81

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

Shades of Plantation #3F6151

Tints of Plantation #3F6151

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.25%

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

R = 26.14%
G = 40.25%
B = 33.61%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#3F6151 (or 0x3F6151) is known color: Plantation. HEX triplet: 3F, 61 and 51. RGB value is (63,97,81). Sum of RGB (Red+Green+Blue) = 63+97+81=241 (31% of max value = 765). Red value is 63 (25% from 255 or 26.14% from 241); Green value is 97 (38.28% from 255 or 40.25% from 241); Blue value is 81 (32.03% from 255 or 33.61% from 241); Max value from RGB is 97 - color contains mainly: green. Hex color #3F6151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6151 is #C09EAE. Grayscale: #555555. Windows color (decimal): -12623535 or 5333311. OLE color: 5333311.

HSL color Cylindrical-coordinate representation of color #3F6151: hue angle of 151.76º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3F6151 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB 63 97 81 -
CMYK 0.35 0 0.16 0.62
HSL 151.76º 0.21% 0.31% -
HSV(B) 151.76º 0.35% 0.38% -
XYZ 7.81 10.2 9.34 -
YUV 85.01 125.74 112.3 -
System Red Green Blue C M Y K H S L
Decimal 63 97 81 0.35 0 0.16 0.62 151.76 0.21 0.31
Hex 3F 61 51 23 0 10 3E 98 15 1F
Octal 77 141 121 43 0 20 76 230 25 37
Binary 111111 1100001 1010001 100011 0 10000 111110 10011000 10101 11111

Color Harmonies of #3F6151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6151

Black with #3F6151

Text Example


Text Example

White with #3F6151

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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