#35935B

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

Shades of Eucalyptus #35935B

Tints of Eucalyptus #35935B

Color information

#35935B (or 0x35935B) is unknown color: approx Eucalyptus. HEX triplet: 35, 93 and 5B. RGB value is (53,147,91). Sum of RGB (Red+Green+Blue) = 53+147+91=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 147 (57.81% from 255 or 50.52% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 147 - color contains mainly: green. Hex color #35935B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35935B is #CA6CA4. Grayscale: #707070. Windows color (decimal): -13266085 or 6001461. OLE color: 6001461.

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

Color convert

RGB5314791-
CMYK0.6400.380.42
HSL144.26º47%39.22%-
HSV(B)144.26º63.95%57.65%-
XYZ13.7922.3813.49-
YUV112.51115.8685.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.21%
GREEN value IS 147 (57.81% from 255) = 50.52%
BLUE value IS 91 (35.94% from 255) = 31.27%
R=18.21%
G=50.52%
B=31.27%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53147910.6400.380.42144.264739.22
Hex35935B400262A902f27
Octal65223133100046522205747
Binary1101011001001110110111000000010011010101010010000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35935B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35935B; }

 p { color: rgb(53,147,91); }

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

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

 a { background-color: rgb(53,147,91); }

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

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

 span { border-color: rgb(53,147,91); }

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