#3f604d

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

Shades of Plantation #3F604D

Tints of Plantation #3F604D

Color information

#3F604D (or 0x3F604D) is unknown color: approx Plantation. HEX triplet: 3F, 60 and 4D. RGB value is (63,96,77). Sum of RGB (Red+Green+Blue) = 63+96+77=236 (31% of max value = 765). Red value is 63 (25% from 255 or 26.69% from 236); Green value is 96 (37.89% from 255 or 40.68% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 96 - color contains mainly: green. Hex color #3F604D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F604D is #C09FB2. Grayscale: #545454. Windows color (decimal): -12623795 or 5070911. OLE color: 5070911.

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

Color convert

RGB639677-
CMYK0.3400.200.62
HSL145.45º20.75%31.18%-
HSV(B)145.45º34.38%37.65%-
XYZ7.579.968.54-
YUV83.97124.07113.04-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.69%
GREEN value IS 96 (37.89% from 255) = 40.68%
BLUE value IS 77 (30.47% from 255) = 32.63%
R=26.69%
G=40.68%
B=32.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6396770.3400.200.62145.4520.7531.18
Hex3F604D220143E91151f
Octal7714011542024762212537
Binary11111111000001001101100010010100111110100100011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f604d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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