Html Css Color HEX #217874 Elm

📋 copy color: '#217874'

red 33 ◦ green 120 ◦ blue 116

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

Shades of Elm #217874

Tints of Elm #217874

RGB

 RED value IS 33 (13.28% from 255) = 12.27%

 GREEN value IS 120 (47.27% from 255) = 44.61%

 BLUE value IS 116 (45.7% from 255) = 43.12%

R = 12.27%
G = 44.61%
B = 43.12%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#217874 (or 0x217874) is known color: Elm. HEX triplet: 21, 78 and 74. RGB value is (33,120,116). Sum of RGB (Red+Green+Blue) = 33+120+116=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 116 (45.70% from 255 or 43.12% from 269); Max value from RGB is 120 - color contains mainly: green. Hex color #217874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217874 is #DE878B. Grayscale: #5D5D5D. Windows color (decimal): -14583692 or 7632929. OLE color: 7632929.

HSL color Cylindrical-coordinate representation of color #217874: hue angle of 177.24º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217874 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 120 116 -
CMYK 0.72 0 0.03 0.53
HSL 177.24º 0.57% 0.3% -
HSV(B) 177.24º 0.73% 0.47% -
XYZ 10.5 15.02 18.87 -
YUV 93.53 140.68 84.83 -
System Red Green Blue C M Y K H S L
Decimal 33 120 116 0.72 0 0.03 0.53 177.24 0.57 0.3
Hex 21 78 74 48 0 3 35 B1 39 1E
Octal 41 170 164 110 0 3 65 261 71 36
Binary 100001 1111000 1110100 1001000 0 11 110101 10110001 111001 11110

Color Harmonies of #217874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217874

Black with #217874

Text Example


Text Example

White with #217874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217874; }

 p { color: rgb(33,120,116); }

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

background-color css

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

 a { background-color: rgb(33,120,116); }

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

border-color css

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

 span { border-color: rgb(33,120,116); }

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