Html Css Color HEX #219560 Eucalyptus

📋 copy color: '#219560'

red 33 ◦ green 149 ◦ blue 96

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

Shades of Eucalyptus #219560

Tints of Eucalyptus #219560

RGB

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

 GREEN value IS 149 (58.59% from 255) = 53.6%

 BLUE value IS 96 (37.89% from 255) = 34.53%

R = 11.87%
G = 53.6%
B = 34.53%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#219560 (or 0x219560) is known color: Eucalyptus. HEX triplet: 21, 95 and 60. RGB value is (33,149,96). Sum of RGB (Red+Green+Blue) = 33+149+96=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 149 (58.59% from 255 or 53.60% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 149 - color contains mainly: green. Hex color #219560 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219560 is #DE6A9F. Grayscale: #6C6C6C. Windows color (decimal): -14576288 or 6329633. OLE color: 6329633.

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

Color convert

RGB 33 149 96 -
CMYK 0.78 0 0.36 0.42
HSL 152.59º 0.64% 0.36% -
HSV(B) 152.59º 0.78% 0.58% -
XYZ 13.49 22.66 14.73 -
YUV 108.27 121.07 74.31 -
System Red Green Blue C M Y K H S L
Decimal 33 149 96 0.78 0 0.36 0.42 152.59 0.64 0.36
Hex 21 95 60 4E 0 24 2A 99 40 24
Octal 41 225 140 116 0 44 52 231 100 44
Binary 100001 10010101 1100000 1001110 0 100100 101010 10011001 1000000 100100

Color Harmonies of #219560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219560

Black with #219560

Text Example


Text Example

White with #219560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219560; }

 p { color: rgb(33,149,96); }

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

background-color css

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

 a { background-color: rgb(33,149,96); }

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

border-color css

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

 span { border-color: rgb(33,149,96); }

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