#219462

Color #219462 Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #219462

Tints of Eucalyptus #219462

Color information

#219462 (or 0x219462) is unknown color: approx 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

RGB3314898-
CMYK0.7800.340.42
HSL153.91º63.54%35.49%-
HSV(B)153.91º77.7%58.04%-
XYZ13.4222.3815.17-
YUV107.92122.474.57-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.83%
GREEN value IS 148 (58.20% 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 (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal33148980.7800.340.42153.9163.5435.49
Hex2194624E0222A9a4023
Octal412241421160425223210043
Binary10000110010100110001010011100100010101010100110101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>