Html Css Color HEX #319690 Java

📋 copy color: '#319690'

red 49 ◦ green 150 ◦ blue 144

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

Shades of Java #319690

Tints of Java #319690

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.73%

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

R = 14.29%
G = 43.73%
B = 41.98%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#319690 (or 0x319690) is known color: Java. HEX triplet: 31, 96 and 90. RGB value is (49,150,144). Sum of RGB (Red+Green+Blue) = 49+150+144=343 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.29% from 343); Green value is 150 (58.98% from 255 or 43.73% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 150 - color contains mainly: green. Hex color #319690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319690 is #CE696F. Grayscale: #777777. Windows color (decimal): -13527408 or 9475633. OLE color: 9475633.

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

Color convert

RGB 49 150 144 -
CMYK 0.67 0 0.04 0.41
HSL 176.44º 0.51% 0.39% -
HSV(B) 176.44º 0.67% 0.59% -
XYZ 17.21 24.48 30.2 -
YUV 119.12 142.04 77.99 -
System Red Green Blue C M Y K H S L
Decimal 49 150 144 0.67 0 0.04 0.41 176.44 0.51 0.39
Hex 31 96 90 43 0 4 29 B0 33 27
Octal 61 226 220 103 0 4 51 260 63 47
Binary 110001 10010110 10010000 1000011 0 100 101001 10110000 110011 100111

Color Harmonies of #319690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319690

Black with #319690

Text Example


Text Example

White with #319690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319690; }

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

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

background-color css

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

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

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

border-color css

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

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

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