#359065

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

Shades of Eucalyptus #359065

Tints of Eucalyptus #359065

Color information

#359065 (or 0x359065) is unknown color: approx Eucalyptus. HEX triplet: 35, 90 and 65. RGB value is (53,144,101). Sum of RGB (Red+Green+Blue) = 53+144+101=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 144 (56.64% from 255 or 48.32% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 144 - color contains mainly: green. Hex color #359065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359065 is #CA6F9A. Grayscale: #6F6F6F. Windows color (decimal): -13266843 or 6656053. OLE color: 6656053.

HSL color Cylindrical-coordinate representation of color #359065: hue angle of 151.65º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #359065 is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB53144101-
CMYK0.6300.300.44
HSL151.65º46.19%38.63%-
HSV(B)151.65º63.19%56.47%-
XYZ13.7921.6415.76-
YUV111.89121.8586-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.79%
GREEN value IS 144 (56.64% from 255) = 48.32%
BLUE value IS 101 (39.84% from 255) = 33.89%
R=17.79%
G=48.32%
B=33.89%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal531441010.6300.300.44151.6546.1938.63
Hex3590653F01E2C982e27
Octal6522014577036542305647
Binary11010110010000110010111111101111010110010011000101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359065; }

 p { color: rgb(53,144,101); }

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

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

 a { background-color: rgb(53,144,101); }

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

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

 span { border-color: rgb(53,144,101); }

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