#249694

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

Shades of Java #249694

Tints of Java #249694

Color information

#249694 (or 0x249694) is unknown color: approx Java. HEX triplet: 24, 96 and 94. RGB value is (36,150,148). Sum of RGB (Red+Green+Blue) = 36+150+148=334 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.78% from 334); Green value is 150 (58.98% from 255 or 44.91% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 150 - color contains mainly: green. Hex color #249694 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249694 is #DB696B. Grayscale: #737373. Windows color (decimal): -14379372 or 9737764. OLE color: 9737764.

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

Color convert

RGB36150148-
CMYK0.7600.010.41
HSL178.95º61.29%36.47%-
HSV(B)178.95º76%58.82%-
XYZ16.9824.3331.82-
YUV115.69146.2371.16-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.78%
GREEN value IS 150 (58.98% from 255) = 44.91%
BLUE value IS 148 (58.20% from 255) = 44.31%
R=10.78%
G=44.91%
B=44.31%

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
Decimal361501480.7600.010.41178.9561.2936.47
Hex2496944C0129b33d24
Octal4422622411401512637544
Binary100100100101101001010010011000110100110110011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #249694; }

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

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

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

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

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

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

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

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