Html Css Color HEX #249082 Java

📋 copy color: '#249082'

red 36 ◦ green 144 ◦ blue 130

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

Shades of Java #249082

Tints of Java #249082

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.45%

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

R = 11.61%
G = 46.45%
B = 41.94%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#249082 (or 0x249082) is known color: Java. HEX triplet: 24, 90 and 82. RGB value is (36,144,130). Sum of RGB (Red+Green+Blue) = 36+144+130=310 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.61% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 144 - color contains mainly: green. Hex color #249082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249082 is #DB6F7D. Grayscale: #6E6E6E. Windows color (decimal): -14380926 or 8556580. OLE color: 8556580.

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

Color convert

RGB 36 144 130 -
CMYK 0.75 0 0.10 0.44
HSL 172.22º 0.6% 0.35% -
HSV(B) 172.22º 0.75% 0.56% -
XYZ 14.73 21.93 24.58 -
YUV 110.11 139.22 75.14 -
System Red Green Blue C M Y K H S L
Decimal 36 144 130 0.75 0 0.10 0.44 172.22 0.6 0.35
Hex 24 90 82 4B 0 A 2C AC 3C 23
Octal 44 220 202 113 0 12 54 254 74 43
Binary 100100 10010000 10000010 1001011 0 1010 101100 10101100 111100 100011

Color Harmonies of #249082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249082

Black with #249082

Text Example


Text Example

White with #249082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249082; }

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

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

background-color css

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

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

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

border-color css

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

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

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