Html Css Color HEX #219360 Eucalyptus

📋 copy color: '#219360'

red 33 ◦ green 147 ◦ blue 96

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

Shades of Eucalyptus #219360

Tints of Eucalyptus #219360

RGB

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

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

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

R = 11.96%
G = 53.26%
B = 34.78%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#219360 (or 0x219360) is known color: Eucalyptus. HEX triplet: 21, 93 and 60. RGB value is (33,147,96). Sum of RGB (Red+Green+Blue) = 33+147+96=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 147 (57.81% from 255 or 53.26% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 147 - color contains mainly: green. Hex color #219360 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219360 is #DE6C9F. Grayscale: #6B6B6B. Windows color (decimal): -14576800 or 6329121. OLE color: 6329121.

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

Color convert

RGB 33 147 96 -
CMYK 0.78 0 0.35 0.42
HSL 153.16º 0.63% 0.35% -
HSV(B) 153.16º 0.78% 0.58% -
XYZ 13.17 22.04 14.63 -
YUV 107.1 121.73 75.15 -
System Red Green Blue C M Y K H S L
Decimal 33 147 96 0.78 0 0.35 0.42 153.16 0.63 0.35
Hex 21 93 60 4E 0 23 2A 99 3F 23
Octal 41 223 140 116 0 43 52 231 77 43
Binary 100001 10010011 1100000 1001110 0 100011 101010 10011001 111111 100011

Color Harmonies of #219360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219360

Black with #219360

Text Example


Text Example

White with #219360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219360; }

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

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

background-color css

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

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

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

border-color css

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

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

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