Html Css Color HEX #219461 Eucalyptus

📋 copy color: '#219461'

red 33 ◦ green 148 ◦ blue 97

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

Shades of Eucalyptus #219461

Tints of Eucalyptus #219461

RGB

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

 GREEN value IS 148 (58.2% from 255) = 53.24%

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

R = 11.87%
G = 53.24%
B = 34.89%

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

#219461 (or 0x219461) is known color: Eucalyptus. HEX triplet: 21, 94 and 61. RGB value is (33,148,97). Sum of RGB (Red+Green+Blue) = 33+148+97=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 148 (58.20% from 255 or 53.24% from 278); Blue value is 97 (38.28% from 255 or 34.89% from 278); Max value from RGB is 148 - color contains mainly: green. Hex color #219461 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219461 is #DE6B9E. Grayscale: #6B6B6B. Windows color (decimal): -14576543 or 6394913. OLE color: 6394913.

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

Color convert

RGB 33 148 97 -
CMYK 0.78 0 0.34 0.42
HSL 153.39º 0.64% 0.35% -
HSV(B) 153.39º 0.78% 0.58% -
XYZ 13.37 22.37 14.92 -
YUV 107.8 121.9 74.65 -
System Red Green Blue C M Y K H S L
Decimal 33 148 97 0.78 0 0.34 0.42 153.39 0.64 0.35
Hex 21 94 61 4E 0 22 2A 99 40 23
Octal 41 224 141 116 0 42 52 231 100 43
Binary 100001 10010100 1100001 1001110 0 100010 101010 10011001 1000000 100011

Color Harmonies of #219461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219461

Black with #219461

Text Example


Text Example

White with #219461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219461; }

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

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

background-color css

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

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

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

border-color css

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

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

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