Html Css Color HEX #319694 Java

📋 copy color: '#319694'

red 49 ◦ green 150 ◦ blue 148

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

Shades of Java #319694

Tints of Java #319694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 42.65%

R = 14.12%
G = 43.23%
B = 42.65%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#319694 (or 0x319694) is known color: Java. HEX triplet: 31, 96 and 94. RGB value is (49,150,148). Sum of RGB (Red+Green+Blue) = 49+150+148=347 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.12% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 150 - color contains mainly: green. Hex color #319694 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319694 is #CE696B. Grayscale: #777777. Windows color (decimal): -13527404 or 9737777. OLE color: 9737777.

HSL color Cylindrical-coordinate representation of color #319694: hue angle of 178.81º 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 #319694 is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 49 150 148 -
CMYK 0.67 0 0.01 0.41
HSL 178.81º 0.51% 0.39% -
HSV(B) 178.81º 0.67% 0.59% -
XYZ 17.52 24.6 31.84 -
YUV 119.57 144.04 77.66 -
System Red Green Blue C M Y K H S L
Decimal 49 150 148 0.67 0 0.01 0.41 178.81 0.51 0.39
Hex 31 96 94 43 0 1 29 B3 33 27
Octal 61 226 224 103 0 1 51 263 63 47
Binary 110001 10010110 10010100 1000011 0 1 101001 10110011 110011 100111

Color Harmonies of #319694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319694

Black with #319694

Text Example


Text Example

White with #319694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319694; }

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

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

background-color css

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

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

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

border-color css

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

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

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