#35915A

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

Shades of Eucalyptus #35915A

Tints of Eucalyptus #35915A

Color information

#35915A (or 0x35915A) is unknown color: approx Eucalyptus. HEX triplet: 35, 91 and 5A. RGB value is (53,145,90). Sum of RGB (Red+Green+Blue) = 53+145+90=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 145 (57.03% from 255 or 50.35% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 145 - color contains mainly: green. Hex color #35915A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35915A is #CA6EA5. Grayscale: #6F6F6F. Windows color (decimal): -13266598 or 5935413. OLE color: 5935413.

HSL color Cylindrical-coordinate representation of color #35915A: hue angle of 144.13º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35915A is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB5314590-
CMYK0.6300.380.43
HSL144.13º46.46%38.82%-
HSV(B)144.13º63.45%56.86%-
XYZ13.4421.7513.16-
YUV111.22116.0286.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.40%
GREEN value IS 145 (57.03% from 255) = 50.35%
BLUE value IS 90 (35.55% from 255) = 31.25%
R=18.40%
G=50.35%
B=31.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53145900.6300.380.43144.1346.4638.82
Hex35915A3F0262B902e27
Octal6522113277046532205647
Binary110101100100011011010111111010011010101110010000101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35915A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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