Html Css Color HEX #21736A Elm

📋 copy color: '#21736A'

red 33 ◦ green 115 ◦ blue 106

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

Shades of Elm #21736A

Tints of Elm #21736A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.28%

 BLUE value IS 106 (41.8% from 255) = 41.73%

R = 12.99%
G = 45.28%
B = 41.73%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#21736A (or 0x21736A) is known color: Elm. HEX triplet: 21, 73 and 6A. RGB value is (33,115,106). Sum of RGB (Red+Green+Blue) = 33+115+106=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 106 (41.80% from 255 or 41.73% from 254); Max value from RGB is 115 - color contains mainly: green. Hex color #21736A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21736A is #DE8C95. Grayscale: #595959. Windows color (decimal): -14584982 or 6976289. OLE color: 6976289.

HSL color Cylindrical-coordinate representation of color #21736A: hue angle of 173.41º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #21736A is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 115 106 -
CMYK 0.71 0 0.08 0.55
HSL 173.41º 0.55% 0.29% -
HSV(B) 173.41º 0.71% 0.45% -
XYZ 9.36 13.63 15.77 -
YUV 89.46 137.33 87.73 -
System Red Green Blue C M Y K H S L
Decimal 33 115 106 0.71 0 0.08 0.55 173.41 0.55 0.29
Hex 21 73 6A 47 0 8 37 AD 37 1D
Octal 41 163 152 107 0 10 67 255 67 35
Binary 100001 1110011 1101010 1000111 0 1000 110111 10101101 110111 11101

Color Harmonies of #21736A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21736A

Black with #21736A

Text Example


Text Example

White with #21736A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21736A; }

 p { color: rgb(33,115,106); }

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

background-color css

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

 a { background-color: rgb(33,115,106); }

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

border-color css

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

 span { border-color: rgb(33,115,106); }

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