#359465

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

Shades of Eucalyptus #359465

Tints of Eucalyptus #359465

Color information

#359465 (or 0x359465) is unknown color: approx Eucalyptus. HEX triplet: 35, 94 and 65. RGB value is (53,148,101). Sum of RGB (Red+Green+Blue) = 53+148+101=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 148 (58.20% from 255 or 49.01% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 148 - color contains mainly: green. Hex color #359465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359465 is #CA6B9A. Grayscale: #727272. Windows color (decimal): -13265819 or 6657077. OLE color: 6657077.

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

Color convert

RGB53148101-
CMYK0.6400.320.42
HSL150.32º47.26%39.41%-
HSV(B)150.32º64.19%58.04%-
XYZ14.4122.8815.97-
YUV114.24120.5384.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.55%
GREEN value IS 148 (58.20% from 255) = 49.01%
BLUE value IS 101 (39.84% from 255) = 33.44%
R=17.55%
G=49.01%
B=33.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531481010.6400.320.42150.3247.2639.41
Hex359465400202A962f27
Octal65224145100040522265747
Binary1101011001010011001011000000010000010101010010110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359465; }

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

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

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

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

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

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

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

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