#3C654B

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

Shades of Plantation #3C654B

Tints of Plantation #3C654B

Color information

#3C654B (or 0x3C654B) is unknown color: approx Plantation. HEX triplet: 3C, 65 and 4B. RGB value is (60,101,75). Sum of RGB (Red+Green+Blue) = 60+101+75=236 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.42% from 236); Green value is 101 (39.84% from 255 or 42.80% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 101 - color contains mainly: green. Hex color #3C654B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C654B is #C39AB4. Grayscale: #555555. Windows color (decimal): -12819125 or 4941116. OLE color: 4941116.

HSL color Cylindrical-coordinate representation of color #3C654B: hue angle of 141.95º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3C654B is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB6010175-
CMYK0.4100.260.60
HSL141.95º25.47%31.57%-
HSV(B)141.95º40.59%39.61%-
XYZ7.7910.788.33-
YUV85.78121.92109.61-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.42%
GREEN value IS 101 (39.84% from 255) = 42.80%
BLUE value IS 75 (29.69% from 255) = 31.78%
R=25.42%
G=42.80%
B=31.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal60101750.4100.260.60141.9525.4731.57
Hex3C654B2901A3C8e1920
Octal7414511351032742163140
Binary111100110010110010111010010110101111001000111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C654B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,101,75); }

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

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

 a { background-color: rgb(60,101,75); }

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

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

 span { border-color: rgb(60,101,75); }

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