#419667

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

Shades of Eucalyptus #419667

Tints of Eucalyptus #419667

Color information

#419667 (or 0x419667) is unknown color: approx Eucalyptus. HEX triplet: 41, 96 and 67. RGB value is (65,150,103). Sum of RGB (Red+Green+Blue) = 65+150+103=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 150 (58.98% from 255 or 47.17% from 318); Blue value is 103 (40.62% from 255 or 32.39% from 318); Max value from RGB is 150 - color contains mainly: green. Hex color #419667 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419667 is #BE6998. Grayscale: #777777. Windows color (decimal): -12478873 or 6788673. OLE color: 6788673.

HSL color Cylindrical-coordinate representation of color #419667: hue angle of 146.82º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #419667 is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB65150103-
CMYK0.5700.310.41
HSL146.82º39.53%42.16%-
HSV(B)146.82º56.67%58.82%-
XYZ15.5323.9216.63-
YUV119.23118.8489.32-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.44%
GREEN value IS 150 (58.98% from 255) = 47.17%
BLUE value IS 103 (40.62% from 255) = 32.39%
R=20.44%
G=47.17%
B=32.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal651501030.5700.310.41146.8239.5342.16
Hex4196673901F2993282a
Octal10122614771037512235052
Binary100000110010110110011111100101111110100110010011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419667; }

 p { color: rgb(65,150,103); }

 H1.HeaderClassName
 {
   color: #419667;
 }
 .AnyTagClassName
 {
   color: #419667;
 }
</style>
background-color css

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

 a { background-color: rgb(65,150,103); }

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

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

 span { border-color: rgb(65,150,103); }

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