Html Css Color HEX #319B96 Java

📋 copy color: '#319B96'

red 49 ◦ green 155 ◦ blue 150

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

Shades of Java #319B96

Tints of Java #319B96

RGB

 RED value IS 49 (19.53% from 255) = 13.84%

 GREEN value IS 155 (60.94% from 255) = 43.79%

 BLUE value IS 150 (58.98% from 255) = 42.37%

R = 13.84%
G = 43.79%
B = 42.37%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#319B96 (or 0x319B96) is known color: Java. HEX triplet: 31, 9B and 96. RGB value is (49,155,150). Sum of RGB (Red+Green+Blue) = 49+155+150=354 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.84% from 354); Green value is 155 (60.94% from 255 or 43.79% from 354); Blue value is 150 (58.98% from 255 or 42.37% from 354); Max value from RGB is 155 - color contains mainly: green. Hex color #319B96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319B96 is #CE6469. Grayscale: #7A7A7A. Windows color (decimal): -13526122 or 9870129. OLE color: 9870129.

HSL color Cylindrical-coordinate representation of color #319B96: hue angle of 177.17º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319B96 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 155 150 -
CMYK 0.68 0 0.03 0.39
HSL 177.17º 0.52% 0.4% -
HSV(B) 177.17º 0.68% 0.61% -
XYZ 18.49 26.3 32.96 -
YUV 122.74 143.38 75.41 -
System Red Green Blue C M Y K H S L
Decimal 49 155 150 0.68 0 0.03 0.39 177.17 0.52 0.4
Hex 31 9B 96 44 0 3 27 B1 34 28
Octal 61 233 226 104 0 3 47 261 64 50
Binary 110001 10011011 10010110 1000100 0 11 100111 10110001 110100 101000

Color Harmonies of #319B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319B96

Black with #319B96

Text Example


Text Example

White with #319B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319B96; }

 p { color: rgb(49,155,150); }

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

background-color css

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

 a { background-color: rgb(49,155,150); }

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

border-color css

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

 span { border-color: rgb(49,155,150); }

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