Html Css Color HEX #337E76 Elm

📋 copy color: '#337E76'

red 51 ◦ green 126 ◦ blue 118

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

Shades of Elm #337E76

Tints of Elm #337E76

RGB

 RED value IS 51 (20.31% from 255) = 17.29%

 GREEN value IS 126 (49.61% from 255) = 42.71%

 BLUE value IS 118 (46.48% from 255) = 40%

R = 17.29%
G = 42.71%
B = 40%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#337E76 (or 0x337E76) is known color: Elm. HEX triplet: 33, 7E and 76. RGB value is (51,126,118). Sum of RGB (Red+Green+Blue) = 51+126+118=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 126 (49.61% from 255 or 42.71% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 126 - color contains mainly: green. Hex color #337E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337E76 is #CC8189. Grayscale: #666666. Windows color (decimal): -13402506 or 7765555. OLE color: 7765555.

HSL color Cylindrical-coordinate representation of color #337E76: hue angle of 173.6º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #337E76 is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 126 118 -
CMYK 0.60 0 0.06 0.51
HSL 173.6º 0.42% 0.35% -
HSV(B) 173.6º 0.6% 0.49% -
XYZ 12.1 16.93 19.77 -
YUV 102.66 136.65 91.15 -
System Red Green Blue C M Y K H S L
Decimal 51 126 118 0.60 0 0.06 0.51 173.6 0.42 0.35
Hex 33 7E 76 3C 0 6 33 AE 2A 23
Octal 63 176 166 74 0 6 63 256 52 43
Binary 110011 1111110 1110110 111100 0 110 110011 10101110 101010 100011

Color Harmonies of #337E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337E76

Black with #337E76

Text Example


Text Example

White with #337E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337E76; }

 p { color: rgb(51,126,118); }

 H1.HeaderClassName
 {
   color: #337E76;
 }
 .AnyTagClassName
 {
   color: #337E76;
 }
</style>

background-color css

<style>
 a { background-color: #337E76; }

 a { background-color: rgb(51,126,118); }

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

border-color css

<style>
 span { border-color: #337E76; }

 span { border-color: rgb(51,126,118); }

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