#359470

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

Shades of Eucalyptus #359470

Tints of Eucalyptus #359470

Color information

#359470 (or 0x359470) is unknown color: approx Eucalyptus. HEX triplet: 35, 94 and 70. RGB value is (53,148,112). Sum of RGB (Red+Green+Blue) = 53+148+112=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 148 - color contains mainly: green. Hex color #359470 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359470 is #CA6B8F. Grayscale: #737373. Windows color (decimal): -13265808 or 7377973. OLE color: 7377973.

HSL color Cylindrical-coordinate representation of color #359470: hue angle of 157.26º 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 #359470 is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB53148112-
CMYK0.6400.240.42
HSL157.26º47.26%39.41%-
HSV(B)157.26º64.19%58.04%-
XYZ14.9823.1119-
YUV115.49126.0383.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.93%
GREEN value IS 148 (58.20% from 255) = 47.28%
BLUE value IS 112 (44.14% from 255) = 35.78%
R=16.93%
G=47.28%
B=35.78%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531481120.6400.240.42157.2647.2639.41
Hex359470400182A9d2f27
Octal65224160100030522355747
Binary110101100101001110000100000001100010101010011101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359470; }

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

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

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

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

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

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

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

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