Html Css Color HEX #249595 Java

📋 copy color: '#249595'

red 36 ◦ green 149 ◦ blue 149

#249595
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #249595

Tints of Java #249595

RGB

 RED value IS 36 (14.45% from 255) = 10.78%

 GREEN value IS 149 (58.59% from 255) = 44.61%

 BLUE value IS 149 (58.59% from 255) = 44.61%

R = 10.78%
G = 44.61%
B = 44.61%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#249595 (or 0x249595) is known color: Java. HEX triplet: 24, 95 and 95. RGB value is (36,149,149). Sum of RGB (Red+Green+Blue) = 36+149+149=334 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.78% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: green, blue. Hex color #249595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249595 is #DB6A6A. Grayscale: #737373. Windows color (decimal): -14379627 or 9803044. OLE color: 9803044.

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

Color convert

RGB 36 149 149 -
CMYK 0.76 0 0 0.42
HSL 180º 0.61% 0.36% -
HSV(B) 180º 0.76% 0.58% -
XYZ 16.9 24.04 32.18 -
YUV 115.21 147.06 71.5 -
System Red Green Blue C M Y K H S L
Decimal 36 149 149 0.76 0 0 0.42 180 0.61 0.36
Hex 24 95 95 4C 0 0 2A B4 3D 24
Octal 44 225 225 114 0 0 52 264 75 44
Binary 100100 10010101 10010101 1001100 0 0 101010 10110100 111101 100100

Color Harmonies of #249595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249595

Black with #249595

Text Example


Text Example

White with #249595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249595; }

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

 H1.HeaderClassName
 {
   color: #249595;
 }
 .AnyTagClassName
 {
   color: #249595;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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