Html Css Color HEX #219462 Eucalyptus

📋 copy color: '#219462'

red 33 ◦ green 148 ◦ blue 98

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

Shades of Eucalyptus #219462

Tints of Eucalyptus #219462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 35.13%

R = 11.83%
G = 53.05%
B = 35.13%

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

#219462 (or 0x219462) is known color: Eucalyptus. HEX triplet: 21, 94 and 62. RGB value is (33,148,98). Sum of RGB (Red+Green+Blue) = 33+148+98=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 148 (58.20% from 255 or 53.05% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 148 - color contains mainly: green. Hex color #219462 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219462 is #DE6B9D. Grayscale: #6C6C6C. Windows color (decimal): -14576542 or 6460449. OLE color: 6460449.

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

Color convert

RGB 33 148 98 -
CMYK 0.78 0 0.34 0.42
HSL 153.91º 0.64% 0.35% -
HSV(B) 153.91º 0.78% 0.58% -
XYZ 13.42 22.38 15.17 -
YUV 107.92 122.4 74.57 -
System Red Green Blue C M Y K H S L
Decimal 33 148 98 0.78 0 0.34 0.42 153.91 0.64 0.35
Hex 21 94 62 4E 0 22 2A 9A 40 23
Octal 41 224 142 116 0 42 52 232 100 43
Binary 100001 10010100 1100010 1001110 0 100010 101010 10011010 1000000 100011

Color Harmonies of #219462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219462

Black with #219462

Text Example


Text Example

White with #219462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219462; }

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

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

background-color css

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

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

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

border-color css

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

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

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