Html Css Color HEX #21837C Elm

📋 copy color: '#21837C'

red 33 ◦ green 131 ◦ blue 124

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

Shades of Elm #21837C

Tints of Elm #21837C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.49%

 BLUE value IS 124 (48.83% from 255) = 43.06%

R = 11.46%
G = 45.49%
B = 43.06%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#21837C (or 0x21837C) is known color: Elm. HEX triplet: 21, 83 and 7C. RGB value is (33,131,124). Sum of RGB (Red+Green+Blue) = 33+131+124=288 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.46% from 288); Green value is 131 (51.56% from 255 or 45.49% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 131 - color contains mainly: green. Hex color #21837C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21837C is #DE7C83. Grayscale: #646464. Windows color (decimal): -14580868 or 8160033. OLE color: 8160033.

HSL color Cylindrical-coordinate representation of color #21837C: hue angle of 175.71º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21837C is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 131 124 -
CMYK 0.75 0 0.05 0.49
HSL 175.71º 0.6% 0.32% -
HSV(B) 175.71º 0.75% 0.51% -
XYZ 12.38 18.01 21.89 -
YUV 100.9 141.03 79.57 -
System Red Green Blue C M Y K H S L
Decimal 33 131 124 0.75 0 0.05 0.49 175.71 0.6 0.32
Hex 21 83 7C 4B 0 5 31 B0 3C 20
Octal 41 203 174 113 0 5 61 260 74 40
Binary 100001 10000011 1111100 1001011 0 101 110001 10110000 111100 100000

Color Harmonies of #21837C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21837C

Black with #21837C

Text Example


Text Example

White with #21837C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21837C; }

 p { color: rgb(33,131,124); }

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

background-color css

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

 a { background-color: rgb(33,131,124); }

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

border-color css

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

 span { border-color: rgb(33,131,124); }

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