#359466

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

Shades of Eucalyptus #359466

Tints of Eucalyptus #359466

Color information

#359466 (or 0x359466) is unknown color: approx Eucalyptus. HEX triplet: 35, 94 and 66. RGB value is (53,148,102). Sum of RGB (Red+Green+Blue) = 53+148+102=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 148 (58.20% from 255 or 48.84% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 148 - color contains mainly: green. Hex color #359466 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359466 is #CA6B99. Grayscale: #727272. Windows color (decimal): -13265818 or 6722613. OLE color: 6722613.

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

Color convert

RGB53148102-
CMYK0.6400.310.42
HSL150.95º47.26%39.41%-
HSV(B)150.95º64.19%58.04%-
XYZ14.4622.916.23-
YUV114.35121.0384.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.49%
GREEN value IS 148 (58.20% from 255) = 48.84%
BLUE value IS 102 (40.23% from 255) = 33.66%
R=17.49%
G=48.84%
B=33.66%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531481020.6400.310.42150.9547.2639.41
Hex3594664001F2A972f27
Octal65224146100037522275747
Binary110101100101001100110100000001111110101010010111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359466; }

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

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

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

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

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

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

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

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