Html Css Color HEX #337975 Elm

📋 copy color: '#337975'

red 51 ◦ green 121 ◦ blue 117

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

Shades of Elm #337975

Tints of Elm #337975

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.87%

 BLUE value IS 117 (46.09% from 255) = 40.48%

R = 17.65%
G = 41.87%
B = 40.48%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#337975 (or 0x337975) is known color: Elm. HEX triplet: 33, 79 and 75. RGB value is (51,121,117). Sum of RGB (Red+Green+Blue) = 51+121+117=289 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.65% from 289); Green value is 121 (47.66% from 255 or 41.87% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 121 - color contains mainly: green. Hex color #337975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337975 is #CC868A. Grayscale: #636363. Windows color (decimal): -13403787 or 7698739. OLE color: 7698739.

HSL color Cylindrical-coordinate representation of color #337975: hue angle of 176.57º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #337975 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 121 117 -
CMYK 0.58 0 0.03 0.53
HSL 176.57º 0.41% 0.34% -
HSV(B) 176.57º 0.58% 0.47% -
XYZ 11.41 15.66 19.25 -
YUV 99.61 137.81 93.33 -
System Red Green Blue C M Y K H S L
Decimal 51 121 117 0.58 0 0.03 0.53 176.57 0.41 0.34
Hex 33 79 75 3A 0 3 35 B1 29 22
Octal 63 171 165 72 0 3 65 261 51 42
Binary 110011 1111001 1110101 111010 0 11 110101 10110001 101001 100010

Color Harmonies of #337975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337975

Black with #337975

Text Example


Text Example

White with #337975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337975; }

 p { color: rgb(51,121,117); }

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

background-color css

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

 a { background-color: rgb(51,121,117); }

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

border-color css

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

 span { border-color: rgb(51,121,117); }

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