#3C634D

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

Shades of Plantation #3C634D

Tints of Plantation #3C634D

Color information

#3C634D (or 0x3C634D) is unknown color: approx Plantation. HEX triplet: 3C, 63 and 4D. RGB value is (60,99,77). Sum of RGB (Red+Green+Blue) = 60+99+77=236 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.42% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 99 - color contains mainly: green. Hex color #3C634D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C634D is #C39CB2. Grayscale: #545454. Windows color (decimal): -12819635 or 5071676. OLE color: 5071676.

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

Color convert

RGB609977-
CMYK0.3900.220.61
HSL146.15º24.53%31.18%-
HSV(B)146.15º39.39%38.82%-
XYZ7.6610.428.63-
YUV84.83123.58110.29-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.42%
GREEN value IS 99 (39.06% from 255) = 41.95%
BLUE value IS 77 (30.47% from 255) = 32.63%
R=25.42%
G=41.95%
B=32.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6099770.3900.220.61146.1524.5331.18
Hex3C634D270163D92191f
Octal7414311547026752223137
Binary11110011000111001101100111010110111101100100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C634D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,99,77); }

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

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

 a { background-color: rgb(60,99,77); }

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

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

 span { border-color: rgb(60,99,77); }

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