#3CB595

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

Shades of Niagara #3CB595

Tints of Niagara #3CB595

Color information

#3CB595 (or 0x3CB595) is unknown color: approx Niagara. HEX triplet: 3C, B5 and 95. RGB value is (60,181,149). Sum of RGB (Red+Green+Blue) = 60+181+149=390 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.38% from 390); Green value is 181 (71.09% from 255 or 46.41% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 181 - color contains mainly: green. Hex color #3CB595 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB595 is #C34A6A. Grayscale: #8D8D8D. Windows color (decimal): -12798571 or 9811260. OLE color: 9811260.

HSL color Cylindrical-coordinate representation of color #3CB595: hue angle of 164.13º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB595 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB60181149-
CMYK0.6700.180.29
HSL164.13º50.21%47.25%-
HSV(B)164.13º66.85%70.98%-
XYZ23.8136.1834.16-
YUV141.17132.4170.1-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.38%
GREEN value IS 181 (71.09% from 255) = 46.41%
BLUE value IS 149 (58.59% from 255) = 38.21%
R=15.38%
G=46.41%
B=38.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal601811490.6700.180.29164.1350.2147.25
Hex3CB595430121Da4322f
Octal74265225103022352446257
Binary111100101101011001010110000110100101110110100100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,181,149); }

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

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

 a { background-color: rgb(60,181,149); }

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

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

 span { border-color: rgb(60,181,149); }

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