Html Css Color HEX #249083 Java

📋 copy color: '#249083'

red 36 ◦ green 144 ◦ blue 131

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

Shades of Java #249083

Tints of Java #249083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 42.12%

R = 11.58%
G = 46.3%
B = 42.12%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#249083 (or 0x249083) is known color: Java. HEX triplet: 24, 90 and 83. RGB value is (36,144,131). Sum of RGB (Red+Green+Blue) = 36+144+131=311 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.58% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 131 (51.56% from 255 or 42.12% from 311); Max value from RGB is 144 - color contains mainly: green. Hex color #249083 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249083 is #DB6F7C. Grayscale: #6E6E6E. Windows color (decimal): -14380925 or 8622116. OLE color: 8622116.

HSL color Cylindrical-coordinate representation of color #249083: hue angle of 172.78º 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 #249083 is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 144 131 -
CMYK 0.75 0 0.09 0.44
HSL 172.78º 0.6% 0.35% -
HSV(B) 172.78º 0.75% 0.56% -
XYZ 14.8 21.96 24.93 -
YUV 110.23 139.72 75.06 -
System Red Green Blue C M Y K H S L
Decimal 36 144 131 0.75 0 0.09 0.44 172.78 0.6 0.35
Hex 24 90 83 4B 0 9 2C AD 3C 23
Octal 44 220 203 113 0 11 54 255 74 43
Binary 100100 10010000 10000011 1001011 0 1001 101100 10101101 111100 100011

Color Harmonies of #249083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249083

Black with #249083

Text Example


Text Example

White with #249083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249083; }

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

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

background-color css

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

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

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

border-color css

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

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

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