Html Css Color HEX #219861 Eucalyptus

📋 copy color: '#219861'

red 33 ◦ green 152 ◦ blue 97

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

Shades of Eucalyptus #219861

Tints of Eucalyptus #219861

RGB

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

 GREEN value IS 152 (59.77% from 255) = 53.9%

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

R = 11.7%
G = 53.9%
B = 34.4%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#219861 (or 0x219861) is known color: Eucalyptus. HEX triplet: 21, 98 and 61. RGB value is (33,152,97). Sum of RGB (Red+Green+Blue) = 33+152+97=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 152 (59.77% from 255 or 53.90% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 152 - color contains mainly: green. Hex color #219861 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219861 is #DE679E. Grayscale: #6E6E6E. Windows color (decimal): -14575519 or 6395937. OLE color: 6395937.

HSL color Cylindrical-coordinate representation of color #219861: hue angle of 152.27º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219861 is Cyan = 0.78, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB 33 152 97 -
CMYK 0.78 0 0.36 0.40
HSL 152.27º 0.64% 0.36% -
HSV(B) 152.27º 0.78% 0.6% -
XYZ 14.01 23.64 15.13 -
YUV 110.15 120.58 72.97 -
System Red Green Blue C M Y K H S L
Decimal 33 152 97 0.78 0 0.36 0.40 152.27 0.64 0.36
Hex 21 98 61 4E 0 24 28 98 40 24
Octal 41 230 141 116 0 44 50 230 100 44
Binary 100001 10011000 1100001 1001110 0 100100 101000 10011000 1000000 100100

Color Harmonies of #219861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219861

Black with #219861

Text Example


Text Example

White with #219861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219861; }

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

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

background-color css

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

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

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

border-color css

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

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

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