#35925E

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

Shades of Eucalyptus #35925E

Tints of Eucalyptus #35925E

Color information

#35925E (or 0x35925E) is unknown color: approx Eucalyptus. HEX triplet: 35, 92 and 5E. RGB value is (53,146,94). Sum of RGB (Red+Green+Blue) = 53+146+94=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 146 (57.42% from 255 or 49.83% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 146 - color contains mainly: green. Hex color #35925E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35925E is #CA6DA1. Grayscale: #707070. Windows color (decimal): -13266338 or 6197813. OLE color: 6197813.

HSL color Cylindrical-coordinate representation of color #35925E: hue angle of 146.45º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35925E is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB5314694-
CMYK0.6400.360.43
HSL146.45º46.73%39.02%-
HSV(B)146.45º63.7%57.25%-
XYZ13.7722.1214.13-
YUV112.26117.6985.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.09%
GREEN value IS 146 (57.42% from 255) = 49.83%
BLUE value IS 94 (37.11% from 255) = 32.08%
R=18.09%
G=49.83%
B=32.08%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53146940.6400.360.43146.4546.7339.02
Hex35925E400242B922f27
Octal65222136100044532225747
Binary1101011001001010111101000000010010010101110010010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35925E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35925E; }

 p { color: rgb(53,146,94); }

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

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

 a { background-color: rgb(53,146,94); }

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

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

 span { border-color: rgb(53,146,94); }

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