#419361

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

Shades of Eucalyptus #419361

Tints of Eucalyptus #419361

Color information

#419361 (or 0x419361) is unknown color: approx Eucalyptus. HEX triplet: 41, 93 and 61. RGB value is (65,147,97). Sum of RGB (Red+Green+Blue) = 65+147+97=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 147 (57.81% from 255 or 47.57% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 147 - color contains mainly: green. Hex color #419361 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419361 is #BE6C9E. Grayscale: #747474. Windows color (decimal): -12479647 or 6394689. OLE color: 6394689.

HSL color Cylindrical-coordinate representation of color #419361: hue angle of 143.41º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #419361 is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB6514797-
CMYK0.5600.340.42
HSL143.41º38.68%41.57%-
HSV(B)143.41º55.78%57.65%-
XYZ14.7722.8514.94-
YUV116.78116.8391.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.04%
GREEN value IS 147 (57.81% from 255) = 47.57%
BLUE value IS 97 (38.28% from 255) = 31.39%
R=21.04%
G=47.57%
B=31.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65147970.5600.340.42143.4138.6841.57
Hex419361380222A8f272a
Octal10122314170042522174752
Binary1000001100100111100001111000010001010101010001111100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419361; }

 p { color: rgb(65,147,97); }

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

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

 a { background-color: rgb(65,147,97); }

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

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

 span { border-color: rgb(65,147,97); }

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