Html Css Color HEX #219864 Eucalyptus

📋 copy color: '#219864'

red 33 ◦ green 152 ◦ blue 100

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

Shades of Eucalyptus #219864

Tints of Eucalyptus #219864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 35.09%

R = 11.58%
G = 53.33%
B = 35.09%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#219864 (or 0x219864) is known color: Eucalyptus. HEX triplet: 21, 98 and 64. RGB value is (33,152,100). Sum of RGB (Red+Green+Blue) = 33+152+100=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 152 (59.77% from 255 or 53.33% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 152 - color contains mainly: green. Hex color #219864 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219864 is #DE679B. Grayscale: #6E6E6E. Windows color (decimal): -14575516 or 6592545. OLE color: 6592545.

HSL color Cylindrical-coordinate representation of color #219864: hue angle of 153.78º 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 #219864 is Cyan = 0.78, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 33 152 100 -
CMYK 0.78 0 0.34 0.40
HSL 153.78º 0.64% 0.36% -
HSV(B) 153.78º 0.78% 0.6% -
XYZ 14.16 23.7 15.89 -
YUV 110.49 122.08 72.73 -
System Red Green Blue C M Y K H S L
Decimal 33 152 100 0.78 0 0.34 0.40 153.78 0.64 0.36
Hex 21 98 64 4E 0 22 28 9A 40 24
Octal 41 230 144 116 0 42 50 232 100 44
Binary 100001 10011000 1100100 1001110 0 100010 101000 10011010 1000000 100100

Color Harmonies of #219864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219864

Black with #219864

Text Example


Text Example

White with #219864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219864; }

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

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

background-color css

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

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

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

border-color css

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

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

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