Html Css Color HEX #31706F Atoll

📋 copy color: '#31706F'

red 49 ◦ green 112 ◦ blue 111

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

Shades of Atoll #31706F

Tints of Atoll #31706F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.18%

 BLUE value IS 111 (43.75% from 255) = 40.81%

R = 18.01%
G = 41.18%
B = 40.81%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#31706F (or 0x31706F) is known color: Atoll. HEX triplet: 31, 70 and 6F. RGB value is (49,112,111). Sum of RGB (Red+Green+Blue) = 49+112+111=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 112 - color contains mainly: green. Hex color #31706F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31706F is #CE8F90. Grayscale: #5C5C5C. Windows color (decimal): -13537169 or 7303217. OLE color: 7303217.

HSL color Cylindrical-coordinate representation of color #31706F: hue angle of 179.05º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #31706F is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 112 111 -
CMYK 0.56 0 0.01 0.56
HSL 179.05º 0.39% 0.32% -
HSV(B) 179.05º 0.56% 0.44% -
XYZ 9.93 13.39 17.1 -
YUV 93.05 138.13 96.58 -
System Red Green Blue C M Y K H S L
Decimal 49 112 111 0.56 0 0.01 0.56 179.05 0.39 0.32
Hex 31 70 6F 38 0 1 38 B3 27 20
Octal 61 160 157 70 0 1 70 263 47 40
Binary 110001 1110000 1101111 111000 0 1 111000 10110011 100111 100000

Color Harmonies of #31706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31706F

Black with #31706F

Text Example


Text Example

White with #31706F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,112,111); }

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

background-color css

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

 a { background-color: rgb(49,112,111); }

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

border-color css

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

 span { border-color: rgb(49,112,111); }

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