#3C6450

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

Shades of Plantation #3C6450

Tints of Plantation #3C6450

Color information

#3C6450 (or 0x3C6450) is unknown color: approx Plantation. HEX triplet: 3C, 64 and 50. RGB value is (60,100,80). Sum of RGB (Red+Green+Blue) = 60+100+80=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 100 (39.45% from 255 or 41.67% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 100 - color contains mainly: green. Hex color #3C6450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6450 is #C39BAF. Grayscale: #555555. Windows color (decimal): -12819376 or 5268540. OLE color: 5268540.

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

Color convert

RGB6010080-
CMYK0.400.20.61
HSL150º25%31.37%-
HSV(B)150º40%39.22%-
XYZ7.8710.659.23-
YUV85.76124.75109.63-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25%
GREEN value IS 100 (39.45% from 255) = 41.67%
BLUE value IS 80 (31.64% from 255) = 33.33%
R=25%
G=41.67%
B=33.33%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal60100800.400.20.611502531.37
Hex3C6450280143D96191f
Octal7414412050024752263137
Binary11110011001001010000101000010100111101100101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,100,80); }

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

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

 a { background-color: rgb(60,100,80); }

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

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

 span { border-color: rgb(60,100,80); }

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