#35985A

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

Shades of Eucalyptus #35985A

Tints of Eucalyptus #35985A

Color information

#35985A (or 0x35985A) is unknown color: approx Eucalyptus. HEX triplet: 35, 98 and 5A. RGB value is (53,152,90). Sum of RGB (Red+Green+Blue) = 53+152+90=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 152 (59.77% from 255 or 51.53% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 152 - color contains mainly: green. Hex color #35985A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35985A is #CA67A5. Grayscale: #737373. Windows color (decimal): -13264806 or 5937205. OLE color: 5937205.

HSL color Cylindrical-coordinate representation of color #35985A: hue angle of 142.42º degrees, saturation: 0.48, 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 #35985A is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB5315290-
CMYK0.6500.410.40
HSL142.42º48.29%40.2%-
HSV(B)142.42º65.13%59.61%-
XYZ14.5423.9513.53-
YUV115.33113.783.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.97%
GREEN value IS 152 (59.77% from 255) = 51.53%
BLUE value IS 90 (35.55% from 255) = 30.51%
R=17.97%
G=51.53%
B=30.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53152900.6500.410.40142.4248.2940.2
Hex35985A41029288e3028
Octal65230132101051502166050
Binary1101011001100010110101000001010100110100010001110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35985A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35985A; }

 p { color: rgb(53,152,90); }

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

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

 a { background-color: rgb(53,152,90); }

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

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

 span { border-color: rgb(53,152,90); }

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