#249583

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

Shades of Niagara #249583

Tints of Niagara #249583

Color information

#249583 (or 0x249583) is unknown color: approx Niagara. HEX triplet: 24, 95 and 83. RGB value is (36,149,131). Sum of RGB (Red+Green+Blue) = 36+149+131=316 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.39% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 149 - color contains mainly: green. Hex color #249583 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249583 is #DB6A7C. Grayscale: #717171. Windows color (decimal): -14379645 or 8623396. OLE color: 8623396.

HSL color Cylindrical-coordinate representation of color #249583: hue angle of 170.44º 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 #249583 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB36149131-
CMYK0.7600.120.42
HSL170.44º61.08%36.27%-
HSV(B)170.44º75.84%58.43%-
XYZ15.5723.5125.19-
YUV113.16138.0672.96-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.39%
GREEN value IS 149 (58.59% from 255) = 47.15%
BLUE value IS 131 (51.56% from 255) = 41.46%
R=11.39%
G=47.15%
B=41.46%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal361491310.7600.120.42170.4461.0836.27
Hex2495834C0C2Aaa3d24
Octal44225203114014522527544
Binary100100100101011000001110011000110010101010101010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #249583; }

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

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

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

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

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

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

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

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