Html Css Color HEX #31817B Elm

📋 copy color: '#31817B'

red 49 ◦ green 129 ◦ blue 123

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

Shades of Elm #31817B

Tints of Elm #31817B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.86%

 BLUE value IS 123 (48.44% from 255) = 40.86%

R = 16.28%
G = 42.86%
B = 40.86%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#31817B (or 0x31817B) is known color: Elm. HEX triplet: 31, 81 and 7B. RGB value is (49,129,123). Sum of RGB (Red+Green+Blue) = 49+129+123=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 129 (50.78% from 255 or 42.86% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 129 - color contains mainly: green. Hex color #31817B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31817B is #CE7E84. Grayscale: #686868. Windows color (decimal): -13532805 or 8094001. OLE color: 8094001.

HSL color Cylindrical-coordinate representation of color #31817B: hue angle of 175.5º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #31817B is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 129 123 -
CMYK 0.62 0 0.05 0.49
HSL 175.5º 0.45% 0.35% -
HSV(B) 175.5º 0.62% 0.51% -
XYZ 12.69 17.78 21.5 -
YUV 104.4 138.5 88.49 -
System Red Green Blue C M Y K H S L
Decimal 49 129 123 0.62 0 0.05 0.49 175.5 0.45 0.35
Hex 31 81 7B 3E 0 5 31 B0 2D 23
Octal 61 201 173 76 0 5 61 260 55 43
Binary 110001 10000001 1111011 111110 0 101 110001 10110000 101101 100011

Color Harmonies of #31817B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31817B

Black with #31817B

Text Example


Text Example

White with #31817B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31817B; }

 p { color: rgb(49,129,123); }

 H1.HeaderClassName
 {
   color: #31817B;
 }
 .AnyTagClassName
 {
   color: #31817B;
 }
</style>

background-color css

<style>
 a { background-color: #31817B; }

 a { background-color: rgb(49,129,123); }

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

border-color css

<style>
 span { border-color: #31817B; }

 span { border-color: rgb(49,129,123); }

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