#249487

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

Shades of Java #249487

Tints of Java #249487

Color information

#249487 (or 0x249487) is unknown color: approx Java. HEX triplet: 24, 94 and 87. RGB value is (36,148,135). Sum of RGB (Red+Green+Blue) = 36+148+135=319 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.29% from 319); Green value is 148 (58.20% from 255 or 46.39% from 319); Blue value is 135 (53.12% from 255 or 42.32% from 319); Max value from RGB is 148 - color contains mainly: green. Hex color #249487 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249487 is #DB6B78. Grayscale: #707070. Windows color (decimal): -14379897 or 8885284. OLE color: 8885284.

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

Color convert

RGB36148135-
CMYK0.7600.090.42
HSL173.04º60.87%36.08%-
HSV(B)173.04º75.68%58.04%-
XYZ15.6923.326.59-
YUV113.03140.3973.06-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.29%
GREEN value IS 148 (58.20% from 255) = 46.39%
BLUE value IS 135 (53.12% from 255) = 42.32%
R=11.29%
G=46.39%
B=42.32%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal361481350.7600.090.42173.0460.8736.08
Hex2494874C092Aad3d24
Octal44224207114011522557544
Binary100100100101001000011110011000100110101010101101111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #249487; }

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

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

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

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

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

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

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

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