Html Css Color HEX #219361 Eucalyptus

📋 copy color: '#219361'

red 33 ◦ green 147 ◦ blue 97

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

Shades of Eucalyptus #219361

Tints of Eucalyptus #219361

RGB

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

 GREEN value IS 147 (57.81% from 255) = 53.07%

 BLUE value IS 97 (38.28% from 255) = 35.02%

R = 11.91%
G = 53.07%
B = 35.02%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#219361 (or 0x219361) is known color: Eucalyptus. HEX triplet: 21, 93 and 61. RGB value is (33,147,97). Sum of RGB (Red+Green+Blue) = 33+147+97=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 147 (57.81% from 255 or 53.07% from 277); Blue value is 97 (38.28% from 255 or 35.02% from 277); Max value from RGB is 147 - color contains mainly: green. Hex color #219361 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219361 is #DE6C9E. Grayscale: #6B6B6B. Windows color (decimal): -14576799 or 6394657. OLE color: 6394657.

HSL color Cylindrical-coordinate representation of color #219361: hue angle of 153.68º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219361 is Cyan = 0.78, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 147 97 -
CMYK 0.78 0 0.34 0.42
HSL 153.68º 0.63% 0.35% -
HSV(B) 153.68º 0.78% 0.58% -
XYZ 13.22 22.05 14.87 -
YUV 107.21 122.23 75.07 -
System Red Green Blue C M Y K H S L
Decimal 33 147 97 0.78 0 0.34 0.42 153.68 0.63 0.35
Hex 21 93 61 4E 0 22 2A 9A 3F 23
Octal 41 223 141 116 0 42 52 232 77 43
Binary 100001 10010011 1100001 1001110 0 100010 101010 10011010 111111 100011

Color Harmonies of #219361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219361

Black with #219361

Text Example


Text Example

White with #219361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219361; }

 p { color: rgb(33,147,97); }

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

background-color css

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

 a { background-color: rgb(33,147,97); }

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

border-color css

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

 span { border-color: rgb(33,147,97); }

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