Html Css Color HEX #319D91 Java

📋 copy color: '#319D91'

red 49 ◦ green 157 ◦ blue 145

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

Shades of Java #319D91

Tints of Java #319D91

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.73%

 BLUE value IS 145 (57.03% from 255) = 41.31%

R = 13.96%
G = 44.73%
B = 41.31%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#319D91 (or 0x319D91) is known color: Java. HEX triplet: 31, 9D and 91. RGB value is (49,157,145). Sum of RGB (Red+Green+Blue) = 49+157+145=351 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.96% from 351); Green value is 157 (61.72% from 255 or 44.73% from 351); Blue value is 145 (57.03% from 255 or 41.31% from 351); Max value from RGB is 157 - color contains mainly: green. Hex color #319D91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319D91 is #CE626E. Grayscale: #7B7B7B. Windows color (decimal): -13525615 or 9542961. OLE color: 9542961.

HSL color Cylindrical-coordinate representation of color #319D91: hue angle of 173.33º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319D91 is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 157 145 -
CMYK 0.69 0 0.08 0.38
HSL 173.33º 0.52% 0.4% -
HSV(B) 173.33º 0.69% 0.62% -
XYZ 18.43 26.81 30.99 -
YUV 123.34 140.22 74.98 -
System Red Green Blue C M Y K H S L
Decimal 49 157 145 0.69 0 0.08 0.38 173.33 0.52 0.4
Hex 31 9D 91 45 0 8 26 AD 34 28
Octal 61 235 221 105 0 10 46 255 64 50
Binary 110001 10011101 10010001 1000101 0 1000 100110 10101101 110100 101000

Color Harmonies of #319D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319D91

Black with #319D91

Text Example


Text Example

White with #319D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,157,145); }

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

background-color css

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

 a { background-color: rgb(49,157,145); }

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

border-color css

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

 span { border-color: rgb(49,157,145); }

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