#36B095

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

Shades of Niagara #36B095

Tints of Niagara #36B095

Color information

#36B095 (or 0x36B095) is unknown color: approx Niagara. HEX triplet: 36, B0 and 95. RGB value is (54,176,149). Sum of RGB (Red+Green+Blue) = 54+176+149=379 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.25% from 379); Green value is 176 (69.14% from 255 or 46.44% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 176 - color contains mainly: green. Hex color #36B095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36B095 is #C94F6A. Grayscale: #888888. Windows color (decimal): -13193067 or 9809974. OLE color: 9809974.

HSL color Cylindrical-coordinate representation of color #36B095: hue angle of 166.72º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #36B095 is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB54176149-
CMYK0.6900.150.31
HSL166.72º53.04%45.1%-
HSV(B)166.72º69.32%69.02%-
XYZ22.473433.81-
YUV136.44135.0869.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.25%
GREEN value IS 176 (69.14% from 255) = 46.44%
BLUE value IS 149 (58.59% from 255) = 39.31%
R=14.25%
G=46.44%
B=39.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal541761490.6900.150.31166.7253.0445.1
Hex36B095450F1Fa7352d
Octal66260225105017372476555
Binary11011010110000100101011000101011111111110100111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36B095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36B095; }

 p { color: rgb(54,176,149); }

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

<style>
 a { background-color: #36B095; }

 a { background-color: rgb(54,176,149); }

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

<style>
 span { border-color: #36B095; }

 span { border-color: rgb(54,176,149); }

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