#3D614F

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

Shades of Plantation #3D614F

Tints of Plantation #3D614F

Color information

#3D614F (or 0x3D614F) is unknown color: approx Plantation. HEX triplet: 3D, 61 and 4F. RGB value is (61,97,79). Sum of RGB (Red+Green+Blue) = 61+97+79=237 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.74% from 237); Green value is 97 (38.28% from 255 or 40.93% from 237); Blue value is 79 (31.25% from 255 or 33.33% from 237); Max value from RGB is 97 - color contains mainly: green. Hex color #3D614F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D614F is #C29EB0. Grayscale: #545454. Windows color (decimal): -12754609 or 5202237. OLE color: 5202237.

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

Color convert

RGB619779-
CMYK0.3700.190.62
HSL150º22.78%30.98%-
HSV(B)150º37.11%38.04%-
XYZ7.6110.118.95-
YUV84.18125.07111.46-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.74%
GREEN value IS 97 (38.28% from 255) = 40.93%
BLUE value IS 79 (31.25% from 255) = 33.33%
R=25.74%
G=40.93%
B=33.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6197790.3700.190.6215022.7830.98
Hex3D614F250133E96171f
Octal7514111745023762262737
Binary11110111000011001111100101010011111110100101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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