#249490

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

Shades of Java #249490

Tints of Java #249490

Color information

#249490 (or 0x249490) is unknown color: approx Java. HEX triplet: 24, 94 and 90. RGB value is (36,148,144). Sum of RGB (Red+Green+Blue) = 36+148+144=328 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.98% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 148 - color contains mainly: green. Hex color #249490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249490 is #DB6B6F. Grayscale: #717171. Windows color (decimal): -14379888 or 9475108. OLE color: 9475108.

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

Color convert

RGB36148144-
CMYK0.7600.030.42
HSL177.86º60.87%36.08%-
HSV(B)177.86º75.68%58.04%-
XYZ16.3523.5730.07-
YUV114.06144.8972.33-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.98%
GREEN value IS 148 (58.20% from 255) = 45.12%
BLUE value IS 144 (56.64% from 255) = 43.90%
R=10.98%
G=45.12%
B=43.90%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal361481440.7600.030.42177.8660.8736.08
Hex2494904C032Ab23d24
Octal4422422011403522627544
Binary1001001001010010010000100110001110101010110010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #249490; }

 p { color: rgb(36,148,144); }

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

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

 a { background-color: rgb(36,148,144); }

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

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

 span { border-color: rgb(36,148,144); }

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