Html Css Color HEX #319790 Java

📋 copy color: '#319790'

red 49 ◦ green 151 ◦ blue 144

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

Shades of Java #319790

Tints of Java #319790

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.9%

 BLUE value IS 144 (56.64% from 255) = 41.86%

R = 14.24%
G = 43.9%
B = 41.86%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#319790 (or 0x319790) is known color: Java. HEX triplet: 31, 97 and 90. RGB value is (49,151,144). Sum of RGB (Red+Green+Blue) = 49+151+144=344 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.24% from 344); Green value is 151 (59.38% from 255 or 43.90% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 151 - color contains mainly: green. Hex color #319790 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319790 is #CE686F. Grayscale: #777777. Windows color (decimal): -13527152 or 9475889. OLE color: 9475889.

HSL color Cylindrical-coordinate representation of color #319790: hue angle of 175.88º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319790 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 49 151 144 -
CMYK 0.68 0 0.05 0.41
HSL 175.88º 0.51% 0.39% -
HSV(B) 175.88º 0.68% 0.59% -
XYZ 17.37 24.8 30.26 -
YUV 119.7 141.71 77.57 -
System Red Green Blue C M Y K H S L
Decimal 49 151 144 0.68 0 0.05 0.41 175.88 0.51 0.39
Hex 31 97 90 44 0 5 29 B0 33 27
Octal 61 227 220 104 0 5 51 260 63 47
Binary 110001 10010111 10010000 1000100 0 101 101001 10110000 110011 100111

Color Harmonies of #319790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319790

Black with #319790

Text Example


Text Example

White with #319790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319790; }

 p { color: rgb(49,151,144); }

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

background-color css

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

 a { background-color: rgb(49,151,144); }

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

border-color css

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

 span { border-color: rgb(49,151,144); }

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