#3F604F

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

Shades of Plantation #3F604F

Tints of Plantation #3F604F

Color information

#3F604F (or 0x3F604F) is unknown color: approx Plantation. HEX triplet: 3F, 60 and 4F. RGB value is (63,96,79). Sum of RGB (Red+Green+Blue) = 63+96+79=238 (31% of max value = 765). Red value is 63 (25% from 255 or 26.47% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 79 (31.25% from 255 or 33.19% from 238); Max value from RGB is 96 - color contains mainly: green. Hex color #3F604F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F604F is #C09FB0. Grayscale: #545454. Windows color (decimal): -12623793 or 5201983. OLE color: 5201983.

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

Color convert

RGB639679-
CMYK0.3400.180.62
HSL149.09º20.75%31.18%-
HSV(B)149.09º34.38%37.65%-
XYZ7.649.998.92-
YUV84.2125.07112.88-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.47%
GREEN value IS 96 (37.89% from 255) = 40.34%
BLUE value IS 79 (31.25% from 255) = 33.19%
R=26.47%
G=40.34%
B=33.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6396790.3400.180.62149.0920.7531.18
Hex3F604F220123E95151f
Octal7714011742022762252537
Binary11111111000001001111100010010010111110100101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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