#249499

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

Shades of Java #249499

Tints of Java #249499

Color information

#249499 (or 0x249499) is unknown color: approx Java. HEX triplet: 24, 94 and 99. RGB value is (36,148,153). Sum of RGB (Red+Green+Blue) = 36+148+153=337 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.68% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #249499 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249499 is #DB6B66. Grayscale: #727272. Windows color (decimal): -14379879 or 10064932. OLE color: 10064932.

HSL color Cylindrical-coordinate representation of color #249499: hue angle of 182.56º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249499 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB36148153-
CMYK0.760.0300.4
HSL182.56º61.9%37.06%-
HSV(B)182.56º76.47%60%-
XYZ17.0723.8533.84-
YUV115.08149.3971.59-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.68%
GREEN value IS 148 (58.20% from 255) = 43.92%
BLUE value IS 153 (60.16% from 255) = 45.40%
R=10.68%
G=43.92%
B=45.40%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal361481530.760.0300.4182.5661.937.06
Hex2494994C3028b73e25
Octal4422423111430502677645
Binary1001001001010010011001100110011010100010110111111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #249499; }

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

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

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

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

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

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

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

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