Html Css Color HEX #31978D Java

📋 copy color: '#31978D'

red 49 ◦ green 151 ◦ blue 141

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

Shades of Java #31978D

Tints of Java #31978D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.35%

R = 14.37%
G = 44.28%
B = 41.35%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#31978D (or 0x31978D) is known color: Java. HEX triplet: 31, 97 and 8D. RGB value is (49,151,141). Sum of RGB (Red+Green+Blue) = 49+151+141=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 151 (59.38% from 255 or 44.28% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 151 - color contains mainly: green. Hex color #31978D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31978D is #CE6872. Grayscale: #777777. Windows color (decimal): -13527155 or 9279281. OLE color: 9279281.

HSL color Cylindrical-coordinate representation of color #31978D: hue angle of 174.12º 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 #31978D is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 49 151 141 -
CMYK 0.68 0 0.07 0.41
HSL 174.12º 0.51% 0.39% -
HSV(B) 174.12º 0.68% 0.59% -
XYZ 17.14 24.71 29.07 -
YUV 119.36 140.21 77.81 -
System Red Green Blue C M Y K H S L
Decimal 49 151 141 0.68 0 0.07 0.41 174.12 0.51 0.39
Hex 31 97 8D 44 0 7 29 AE 33 27
Octal 61 227 215 104 0 7 51 256 63 47
Binary 110001 10010111 10001101 1000100 0 111 101001 10101110 110011 100111

Color Harmonies of #31978D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31978D

Black with #31978D

Text Example


Text Example

White with #31978D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31978D; }

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

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

background-color css

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

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

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

border-color css

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

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

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