#3D624A

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

Shades of Plantation #3D624A

Tints of Plantation #3D624A

Color information

#3D624A (or 0x3D624A) is unknown color: approx Plantation. HEX triplet: 3D, 62 and 4A. RGB value is (61,98,74). Sum of RGB (Red+Green+Blue) = 61+98+74=233 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.18% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 98 - color contains mainly: green. Hex color #3D624A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D624A is #C29DB5. Grayscale: #545454. Windows color (decimal): -12754358 or 4874813. OLE color: 4874813.

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

Color convert

RGB619874-
CMYK0.3800.240.62
HSL141.08º23.27%31.18%-
HSV(B)141.08º37.76%38.43%-
XYZ7.5310.228.05-
YUV84.2122.24111.45-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.18%
GREEN value IS 98 (38.67% from 255) = 42.06%
BLUE value IS 74 (29.30% from 255) = 31.76%
R=26.18%
G=42.06%
B=31.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6198740.3800.240.62141.0823.2731.18
Hex3D624A260183E8d171f
Octal7514211246030762152737
Binary11110111000101001010100110011000111110100011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D624A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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