Html Css Color HEX #249182 Java

📋 copy color: '#249182'

red 36 ◦ green 145 ◦ blue 130

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

Shades of Java #249182

Tints of Java #249182

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.62%

 BLUE value IS 130 (51.17% from 255) = 41.8%

R = 11.58%
G = 46.62%
B = 41.8%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#249182 (or 0x249182) is known color: Java. HEX triplet: 24, 91 and 82. RGB value is (36,145,130). Sum of RGB (Red+Green+Blue) = 36+145+130=311 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.58% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 130 (51.17% from 255 or 41.80% from 311); Max value from RGB is 145 - color contains mainly: green. Hex color #249182 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249182 is #DB6E7D. Grayscale: #6E6E6E. Windows color (decimal): -14380670 or 8556836. OLE color: 8556836.

HSL color Cylindrical-coordinate representation of color #249182: hue angle of 171.74º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #249182 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 36 145 130 -
CMYK 0.75 0 0.10 0.43
HSL 171.74º 0.6% 0.35% -
HSV(B) 171.74º 0.75% 0.57% -
XYZ 14.88 22.24 24.63 -
YUV 110.7 138.89 74.72 -
System Red Green Blue C M Y K H S L
Decimal 36 145 130 0.75 0 0.10 0.43 171.74 0.6 0.35
Hex 24 91 82 4B 0 A 2B AC 3C 23
Octal 44 221 202 113 0 12 53 254 74 43
Binary 100100 10010001 10000010 1001011 0 1010 101011 10101100 111100 100011

Color Harmonies of #249182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249182

Black with #249182

Text Example


Text Example

White with #249182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249182; }

 p { color: rgb(36,145,130); }

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

background-color css

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

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

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

border-color css

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

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

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