#3F614F

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

Shades of Plantation #3F614F

Tints of Plantation #3F614F

Color information

#3F614F (or 0x3F614F) is unknown color: approx Plantation. HEX triplet: 3F, 61 and 4F. RGB value is (63,97,79). Sum of RGB (Red+Green+Blue) = 63+97+79=239 (31% of max value = 765). Red value is 63 (25% from 255 or 26.36% from 239); Green value is 97 (38.28% from 255 or 40.59% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 97 - color contains mainly: green. Hex color #3F614F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F614F is #C09EB0. Grayscale: #545454. Windows color (decimal): -12623537 or 5202239. OLE color: 5202239.

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

Color convert

RGB639779-
CMYK0.3500.190.62
HSL148.24º21.25%31.37%-
HSV(B)148.24º35.05%38.04%-
XYZ7.7410.178.95-
YUV84.78124.74112.46-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.36%
GREEN value IS 97 (38.28% from 255) = 40.59%
BLUE value IS 79 (31.25% from 255) = 33.05%
R=26.36%
G=40.59%
B=33.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6397790.3500.190.62148.2421.2531.37
Hex3F614F230133E94151f
Octal7714111743023762242537
Binary11111111000011001111100011010011111110100101001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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