#249582

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

Shades of Niagara #249582

Tints of Niagara #249582

Color information

#249582 (or 0x249582) is unknown color: approx Niagara. HEX triplet: 24, 95 and 82. RGB value is (36,149,130). Sum of RGB (Red+Green+Blue) = 36+149+130=315 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.43% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #249582 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249582 is #DB6A7D. Grayscale: #717171. Windows color (decimal): -14379646 or 8557860. OLE color: 8557860.

HSL color Cylindrical-coordinate representation of color #249582: hue angle of 169.91º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249582 is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB36149130-
CMYK0.7600.130.42
HSL169.91º61.08%36.27%-
HSV(B)169.91º75.84%58.43%-
XYZ15.523.4824.83-
YUV113.05137.5673.04-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.43%
GREEN value IS 149 (58.59% from 255) = 47.30%
BLUE value IS 130 (51.17% from 255) = 41.27%
R=11.43%
G=47.30%
B=41.27%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal361491300.7600.130.42169.9161.0836.27
Hex2495824C0D2Aaa3d24
Octal44225202114015522527544
Binary100100100101011000001010011000110110101010101010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #249582; }

 p { color: rgb(36,149,130); }

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

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

 a { background-color: rgb(36,149,130); }

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

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

 span { border-color: rgb(36,149,130); }

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