Html Css Color HEX #3F6050 Plantation

📋 copy color: '#3F6050'

red 63 ◦ green 96 ◦ blue 80

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

Shades of Plantation #3F6050

Tints of Plantation #3F6050

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.17%

 BLUE value IS 80 (31.64% from 255) = 33.47%

R = 26.36%
G = 40.17%
B = 33.47%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#3F6050 (or 0x3F6050) is known color: Plantation. HEX triplet: 3F, 60 and 50. RGB value is (63,96,80). Sum of RGB (Red+Green+Blue) = 63+96+80=239 (31% of max value = 765). Red value is 63 (25% from 255 or 26.36% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 80 (31.64% from 255 or 33.47% from 239); Max value from RGB is 96 - color contains mainly: green. Hex color #3F6050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6050 is #C09FAF. Grayscale: #545454. Windows color (decimal): -12623792 or 5267519. OLE color: 5267519.

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

Color convert

RGB 63 96 80 -
CMYK 0.34 0 0.17 0.62
HSL 150.91º 0.21% 0.31% -
HSV(B) 150.91º 0.34% 0.38% -
XYZ 7.68 10 9.12 -
YUV 84.31 125.57 112.8 -
System Red Green Blue C M Y K H S L
Decimal 63 96 80 0.34 0 0.17 0.62 150.91 0.21 0.31
Hex 3F 60 50 22 0 11 3E 97 15 1F
Octal 77 140 120 42 0 21 76 227 25 37
Binary 111111 1100000 1010000 100010 0 10001 111110 10010111 10101 11111

Color Harmonies of #3F6050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6050

Black with #3F6050

Text Example


Text Example

White with #3F6050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,96,80); }

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

background-color css

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

 a { background-color: rgb(63,96,80); }

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

border-color css

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

 span { border-color: rgb(63,96,80); }

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