#249895

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

Shades of Java #249895

Tints of Java #249895

Color information

#249895 (or 0x249895) is unknown color: approx Java. HEX triplet: 24, 98 and 95. RGB value is (36,152,149). Sum of RGB (Red+Green+Blue) = 36+152+149=337 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.68% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 152 - color contains mainly: green. Hex color #249895 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249895 is #DB676A. Grayscale: #747474. Windows color (decimal): -14378859 or 9803812. OLE color: 9803812.

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

Color convert

RGB36152149-
CMYK0.7600.020.40
HSL178.45º61.7%36.86%-
HSV(B)178.45º76.32%59.61%-
XYZ17.382532.34-
YUV116.97146.0770.24-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.68%
GREEN value IS 152 (59.77% from 255) = 45.10%
BLUE value IS 149 (58.59% from 255) = 44.21%
R=10.68%
G=45.10%
B=44.21%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal361521490.7600.020.40178.4561.736.86
Hex2498954C0228b23e25
Octal4423022511402502627645
Binary1001001001100010010101100110001010100010110010111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #249895; }

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

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

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

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

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

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

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

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