#3F604E

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

Shades of Plantation #3F604E

Tints of Plantation #3F604E

Color information

#3F604E (or 0x3F604E) is unknown color: approx Plantation. HEX triplet: 3F, 60 and 4E. RGB value is (63,96,78). Sum of RGB (Red+Green+Blue) = 63+96+78=237 (31% of max value = 765). Red value is 63 (25% from 255 or 26.58% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 96 - color contains mainly: green. Hex color #3F604E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F604E is #C09FB1. Grayscale: #545454. Windows color (decimal): -12623794 or 5136447. OLE color: 5136447.

HSL color Cylindrical-coordinate representation of color #3F604E: hue angle of 147.27º 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 #3F604E is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB639678-
CMYK0.3400.190.62
HSL147.27º20.75%31.18%-
HSV(B)147.27º34.38%37.65%-
XYZ7.619.978.73-
YUV84.08124.57112.96-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.58%
GREEN value IS 96 (37.89% from 255) = 40.51%
BLUE value IS 78 (30.86% from 255) = 32.91%
R=26.58%
G=40.51%
B=32.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6396780.3400.190.62147.2720.7531.18
Hex3F604E220133E93151f
Octal7714011642023762232537
Binary11111111000001001110100010010011111110100100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F604E;
 }
 .AnyTagClassName
 {
   color: #3F604E;
 }
</style>
background-color css

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

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

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

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

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

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