#3D624C

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

Shades of Plantation #3D624C

Tints of Plantation #3D624C

Color information

#3D624C (or 0x3D624C) is unknown color: approx Plantation. HEX triplet: 3D, 62 and 4C. RGB value is (61,98,76). Sum of RGB (Red+Green+Blue) = 61+98+76=235 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.96% from 235); Green value is 98 (38.67% from 255 or 41.70% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 98 - color contains mainly: green. Hex color #3D624C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D624C is #C29DB3. Grayscale: #545454. Windows color (decimal): -12754356 or 5005885. OLE color: 5005885.

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

Color convert

RGB619876-
CMYK0.3800.220.62
HSL144.32º23.27%31.18%-
HSV(B)144.32º37.76%38.43%-
XYZ7.610.258.42-
YUV84.43123.24111.29-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.96%
GREEN value IS 98 (38.67% from 255) = 41.70%
BLUE value IS 76 (30.08% from 255) = 32.34%
R=25.96%
G=41.70%
B=32.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6198760.3800.220.62144.3223.2731.18
Hex3D624C260163E90171f
Octal7514211446026762202737
Binary11110111000101001100100110010110111110100100001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D624C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,98,76); }

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

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

 a { background-color: rgb(61,98,76); }

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

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

 span { border-color: rgb(61,98,76); }

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