Html Css Color HEX #31837F Atoll

📋 copy color: '#31837F'

red 49 ◦ green 131 ◦ blue 127

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

Shades of Atoll #31837F

Tints of Atoll #31837F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.67%

 BLUE value IS 127 (50% from 255) = 41.37%

R = 15.96%
G = 42.67%
B = 41.37%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#31837F (or 0x31837F) is known color: Atoll. HEX triplet: 31, 83 and 7F. RGB value is (49,131,127). Sum of RGB (Red+Green+Blue) = 49+131+127=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 131 (51.56% from 255 or 42.67% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 131 - color contains mainly: green. Hex color #31837F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31837F is #CE7C80. Grayscale: #696969. Windows color (decimal): -13532289 or 8356657. OLE color: 8356657.

HSL color Cylindrical-coordinate representation of color #31837F: hue angle of 177.07º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #31837F is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 131 127 -
CMYK 0.63 0 0.03 0.49
HSL 177.07º 0.46% 0.35% -
HSV(B) 177.07º 0.63% 0.51% -
XYZ 13.21 18.42 22.94 -
YUV 106.03 139.83 87.33 -
System Red Green Blue C M Y K H S L
Decimal 49 131 127 0.63 0 0.03 0.49 177.07 0.46 0.35
Hex 31 83 7F 3F 0 3 31 B1 2E 23
Octal 61 203 177 77 0 3 61 261 56 43
Binary 110001 10000011 1111111 111111 0 11 110001 10110001 101110 100011

Color Harmonies of #31837F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31837F

Black with #31837F

Text Example


Text Example

White with #31837F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,131,127); }

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

background-color css

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

 a { background-color: rgb(49,131,127); }

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

border-color css

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

 span { border-color: rgb(49,131,127); }

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