Html Css Color HEX #31968F Java

📋 copy color: '#31968F'

red 49 ◦ green 150 ◦ blue 143

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

Shades of Java #31968F

Tints of Java #31968F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.81%

R = 14.33%
G = 43.86%
B = 41.81%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#31968F (or 0x31968F) is known color: Java. HEX triplet: 31, 96 and 8F. RGB value is (49,150,143). Sum of RGB (Red+Green+Blue) = 49+150+143=342 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.33% from 342); Green value is 150 (58.98% from 255 or 43.86% from 342); Blue value is 143 (56.25% from 255 or 41.81% from 342); Max value from RGB is 150 - color contains mainly: green. Hex color #31968F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31968F is #CE6970. Grayscale: #767676. Windows color (decimal): -13527409 or 9410097. OLE color: 9410097.

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

Color convert

RGB 49 150 143 -
CMYK 0.67 0 0.05 0.41
HSL 175.84º 0.51% 0.39% -
HSV(B) 175.84º 0.67% 0.59% -
XYZ 17.13 24.45 29.8 -
YUV 119 141.54 78.07 -
System Red Green Blue C M Y K H S L
Decimal 49 150 143 0.67 0 0.05 0.41 175.84 0.51 0.39
Hex 31 96 8F 43 0 5 29 B0 33 27
Octal 61 226 217 103 0 5 51 260 63 47
Binary 110001 10010110 10001111 1000011 0 101 101001 10110000 110011 100111

Color Harmonies of #31968F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31968F

Black with #31968F

Text Example


Text Example

White with #31968F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31968F; }

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

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

background-color css

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

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

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

border-color css

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

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

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