#249695

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

Shades of Java #249695

Tints of Java #249695

Color information

#249695 (or 0x249695) is unknown color: approx Java. HEX triplet: 24, 96 and 95. RGB value is (36,150,149). Sum of RGB (Red+Green+Blue) = 36+150+149=335 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.75% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 150 - color contains mainly: green. Hex color #249695 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249695 is #DB696A. Grayscale: #737373. Windows color (decimal): -14379371 or 9803300. OLE color: 9803300.

HSL color Cylindrical-coordinate representation of color #249695: hue angle of 179.47º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249695 is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB36150149-
CMYK0.7600.010.41
HSL179.47º61.29%36.47%-
HSV(B)179.47º76%58.82%-
XYZ17.0624.3632.24-
YUV115.8146.7371.08-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.75%
GREEN value IS 150 (58.98% from 255) = 44.78%
BLUE value IS 149 (58.59% from 255) = 44.48%
R=10.75%
G=44.78%
B=44.48%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal361501490.7600.010.41179.4761.2936.47
Hex2496954C0129b33d24
Octal4422622511401512637544
Binary100100100101101001010110011000110100110110011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #249695; }

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

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

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

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

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

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

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

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