#359764

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

Shades of Eucalyptus #359764

Tints of Eucalyptus #359764

Color information

#359764 (or 0x359764) is unknown color: approx Eucalyptus. HEX triplet: 35, 97 and 64. RGB value is (53,151,100). Sum of RGB (Red+Green+Blue) = 53+151+100=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 151 (59.38% from 255 or 49.67% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 151 - color contains mainly: green. Hex color #359764 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359764 is #CA689B. Grayscale: #737373. Windows color (decimal): -13265052 or 6592309. OLE color: 6592309.

HSL color Cylindrical-coordinate representation of color #359764: hue angle of 148.78º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359764 is Cyan = 0.65, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB53151100-
CMYK0.6500.340.41
HSL148.78º48.04%40%-
HSV(B)148.78º64.9%59.22%-
XYZ14.8423.8115.87-
YUV115.88119.0383.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.43%
GREEN value IS 151 (59.38% from 255) = 49.67%
BLUE value IS 100 (39.45% from 255) = 32.89%
R=17.43%
G=49.67%
B=32.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal531511000.6500.340.41148.7848.0440
Hex3597644102229953028
Octal65227144101042512256050
Binary1101011001011111001001000001010001010100110010101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359764; }

 p { color: rgb(53,151,100); }

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

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

 a { background-color: rgb(53,151,100); }

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

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

 span { border-color: rgb(53,151,100); }

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