#359963

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

Shades of Eucalyptus #359963

Tints of Eucalyptus #359963

Color information

#359963 (or 0x359963) is unknown color: approx Eucalyptus. HEX triplet: 35, 99 and 63. RGB value is (53,153,99). Sum of RGB (Red+Green+Blue) = 53+153+99=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #359963 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359963 is #CA669C. Grayscale: #757575. Windows color (decimal): -13264541 or 6527285. OLE color: 6527285.

HSL color Cylindrical-coordinate representation of color #359963: hue angle of 147.6º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359963 is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB5315399-
CMYK0.6500.350.4
HSL147.6º48.54%40.39%-
HSV(B)147.6º65.36%60%-
XYZ15.1124.4415.73-
YUV116.94117.8782.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.38%
GREEN value IS 153 (60.16% from 255) = 50.16%
BLUE value IS 99 (39.06% from 255) = 32.46%
R=17.38%
G=50.16%
B=32.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal53153990.6500.350.4147.648.5440.39
Hex3599634102328943128
Octal65231143101043502246150
Binary1101011001100111000111000001010001110100010010100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359963; }

 p { color: rgb(53,153,99); }

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

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

 a { background-color: rgb(53,153,99); }

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

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

 span { border-color: rgb(53,153,99); }

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