#3B614F

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

Shades of Plantation #3B614F

Tints of Plantation #3B614F

Color information

#3B614F (or 0x3B614F) is unknown color: approx Plantation. HEX triplet: 3B, 61 and 4F. RGB value is (59,97,79). Sum of RGB (Red+Green+Blue) = 59+97+79=235 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25.11% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 97 - color contains mainly: green. Hex color #3B614F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B614F is #C49EB0. Grayscale: #535353. Windows color (decimal): -12885681 or 5202235. OLE color: 5202235.

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

Color convert

RGB599779-
CMYK0.3900.190.62
HSL151.58º24.36%30.59%-
HSV(B)151.58º39.18%38.04%-
XYZ7.4910.048.94-
YUV83.59125.41110.46-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.11%
GREEN value IS 97 (38.28% from 255) = 41.28%
BLUE value IS 79 (31.25% from 255) = 33.62%
R=25.11%
G=41.28%
B=33.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5997790.3900.190.62151.5824.3630.59
Hex3B614F270133E98181f
Octal7314111747023762303037
Binary11101111000011001111100111010011111110100110001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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