Html Css Color HEX #31958C Java

📋 copy color: '#31958C'

red 49 ◦ green 149 ◦ blue 140

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

Shades of Java #31958C

Tints of Java #31958C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.08%

 BLUE value IS 140 (55.08% from 255) = 41.42%

R = 14.5%
G = 44.08%
B = 41.42%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#31958C (or 0x31958C) is known color: Java. HEX triplet: 31, 95 and 8C. RGB value is (49,149,140). Sum of RGB (Red+Green+Blue) = 49+149+140=338 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.50% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 149 - color contains mainly: green. Hex color #31958C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31958C is #CE6A73. Grayscale: #767676. Windows color (decimal): -13527668 or 9213233. OLE color: 9213233.

HSL color Cylindrical-coordinate representation of color #31958C: hue angle of 174.6º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31958C is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 149 140 -
CMYK 0.67 0 0.06 0.42
HSL 174.6º 0.51% 0.39% -
HSV(B) 174.6º 0.67% 0.58% -
XYZ 16.75 24.04 28.57 -
YUV 118.07 140.37 78.73 -
System Red Green Blue C M Y K H S L
Decimal 49 149 140 0.67 0 0.06 0.42 174.6 0.51 0.39
Hex 31 95 8C 43 0 6 2A AF 33 27
Octal 61 225 214 103 0 6 52 257 63 47
Binary 110001 10010101 10001100 1000011 0 110 101010 10101111 110011 100111

Color Harmonies of #31958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31958C

Black with #31958C

Text Example


Text Example

White with #31958C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31958C; }

 p { color: rgb(49,149,140); }

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

background-color css

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

 a { background-color: rgb(49,149,140); }

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

border-color css

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

 span { border-color: rgb(49,149,140); }

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