#3F6050

Color #3F6050 Plantation (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plantation #3F6050

Tints of Plantation #3F6050

Color information

#3F6050 (or 0x3F6050) is unknown color: approx 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

RGB639680-
CMYK0.3400.170.62
HSL150.91º20.75%31.18%-
HSV(B)150.91º34.38%37.65%-
XYZ7.68109.12-
YUV84.31125.57112.8-

RGB Variations

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

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 (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6396800.3400.170.62150.9120.7531.18
Hex3F6050220113E97151f
Octal7714012042021762272537
Binary11111111000001010000100010010001111110100101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>