#359461

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

Shades of Eucalyptus #359461

Tints of Eucalyptus #359461

Color information

#359461 (or 0x359461) is unknown color: approx Eucalyptus. HEX triplet: 35, 94 and 61. RGB value is (53,148,97). Sum of RGB (Red+Green+Blue) = 53+148+97=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 148 (58.20% from 255 or 49.66% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 148 - color contains mainly: green. Hex color #359461 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359461 is #CA6B9E. Grayscale: #717171. Windows color (decimal): -13265823 or 6394933. OLE color: 6394933.

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

Color convert

RGB5314897-
CMYK0.6400.340.42
HSL147.79º47.26%39.41%-
HSV(B)147.79º64.19%58.04%-
XYZ14.2222.814.96-
YUV113.78118.5384.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.79%
GREEN value IS 148 (58.20% from 255) = 49.66%
BLUE value IS 97 (38.28% from 255) = 32.55%
R=17.79%
G=49.66%
B=32.55%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53148970.6400.340.42147.7947.2639.41
Hex359461400222A942f27
Octal65224141100042522245747
Binary1101011001010011000011000000010001010101010010100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359461; }

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

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

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

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

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

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

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

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