#3C634A

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

Shades of Plantation #3C634A

Tints of Plantation #3C634A

Color information

#3C634A (or 0x3C634A) is unknown color: approx Plantation. HEX triplet: 3C, 63 and 4A. RGB value is (60,99,74). Sum of RGB (Red+Green+Blue) = 60+99+74=233 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.75% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 99 - color contains mainly: green. Hex color #3C634A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C634A is #C39CB5. Grayscale: #545454. Windows color (decimal): -12819638 or 4875068. OLE color: 4875068.

HSL color Cylindrical-coordinate representation of color #3C634A: hue angle of 141.54º 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 #3C634A is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB609974-
CMYK0.3900.250.61
HSL141.54º24.53%31.18%-
HSV(B)141.54º39.39%38.82%-
XYZ7.5610.388.08-
YUV84.49122.08110.53-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.75%
GREEN value IS 99 (39.06% from 255) = 42.49%
BLUE value IS 74 (29.30% from 255) = 31.76%
R=25.75%
G=42.49%
B=31.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6099740.3900.250.61141.5424.5331.18
Hex3C634A270193D8e191f
Octal7414311247031752163137
Binary11110011000111001010100111011001111101100011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C634A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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