Html Css Color HEX #31867A Elm

📋 copy color: '#31867A'

red 49 ◦ green 134 ◦ blue 122

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

Shades of Elm #31867A

Tints of Elm #31867A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.93%

 BLUE value IS 122 (48.05% from 255) = 40%

R = 16.07%
G = 43.93%
B = 40%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#31867A (or 0x31867A) is known color: Elm. HEX triplet: 31, 86 and 7A. RGB value is (49,134,122). Sum of RGB (Red+Green+Blue) = 49+134+122=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 134 - color contains mainly: green. Hex color #31867A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31867A is #CE7985. Grayscale: #6B6B6B. Windows color (decimal): -13531526 or 8029745. OLE color: 8029745.

HSL color Cylindrical-coordinate representation of color #31867A: hue angle of 171.53º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #31867A is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 134 122 -
CMYK 0.63 0 0.09 0.47
HSL 171.53º 0.46% 0.36% -
HSV(B) 171.53º 0.63% 0.53% -
XYZ 13.3 19.11 21.4 -
YUV 107.22 136.34 86.48 -
System Red Green Blue C M Y K H S L
Decimal 49 134 122 0.63 0 0.09 0.47 171.53 0.46 0.36
Hex 31 86 7A 3F 0 9 2F AC 2E 24
Octal 61 206 172 77 0 11 57 254 56 44
Binary 110001 10000110 1111010 111111 0 1001 101111 10101100 101110 100100

Color Harmonies of #31867A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31867A

Black with #31867A

Text Example


Text Example

White with #31867A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31867A; }

 p { color: rgb(49,134,122); }

 H1.HeaderClassName
 {
   color: #31867A;
 }
 .AnyTagClassName
 {
   color: #31867A;
 }
</style>

background-color css

<style>
 a { background-color: #31867A; }

 a { background-color: rgb(49,134,122); }

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

border-color css

<style>
 span { border-color: #31867A; }

 span { border-color: rgb(49,134,122); }

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