Html Css Color HEX #31684F Spectra

📋 copy color: '#31684F'

red 49 ◦ green 104 ◦ blue 79

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

Shades of Spectra #31684F

Tints of Spectra #31684F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 44.83%

 BLUE value IS 79 (31.25% from 255) = 34.05%

R = 21.12%
G = 44.83%
B = 34.05%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#31684F (or 0x31684F) is known color: Spectra. HEX triplet: 31, 68 and 4F. RGB value is (49,104,79). Sum of RGB (Red+Green+Blue) = 49+104+79=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 104 - color contains mainly: green. Hex color #31684F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31684F is #CE97B0. Grayscale: #545454. Windows color (decimal): -13539249 or 5204017. OLE color: 5204017.

HSL color Cylindrical-coordinate representation of color #31684F: hue angle of 152.73º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #31684F is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 49 104 79 -
CMYK 0.53 0 0.24 0.59
HSL 152.73º 0.36% 0.3% -
HSV(B) 152.73º 0.53% 0.41% -
XYZ 7.63 11.12 9.14 -
YUV 84.71 124.78 102.53 -
System Red Green Blue C M Y K H S L
Decimal 49 104 79 0.53 0 0.24 0.59 152.73 0.36 0.3
Hex 31 68 4F 35 0 18 3B 99 24 1E
Octal 61 150 117 65 0 30 73 231 44 36
Binary 110001 1101000 1001111 110101 0 11000 111011 10011001 100100 11110

Color Harmonies of #31684F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31684F

Black with #31684F

Text Example


Text Example

White with #31684F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,104,79); }

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

background-color css

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

 a { background-color: rgb(49,104,79); }

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

border-color css

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

 span { border-color: rgb(49,104,79); }

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