#35925D

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

Shades of Eucalyptus #35925D

Tints of Eucalyptus #35925D

Color information

#35925D (or 0x35925D) is unknown color: approx Eucalyptus. HEX triplet: 35, 92 and 5D. RGB value is (53,146,93). Sum of RGB (Red+Green+Blue) = 53+146+93=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 146 (57.42% from 255 or 50% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 146 - color contains mainly: green. Hex color #35925D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35925D is #CA6DA2. Grayscale: #707070. Windows color (decimal): -13266339 or 6132277. OLE color: 6132277.

HSL color Cylindrical-coordinate representation of color #35925D: hue angle of 145.81º 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 #35925D is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB5314693-
CMYK0.6400.360.43
HSL145.81º46.73%39.02%-
HSV(B)145.81º63.7%57.25%-
XYZ13.7222.113.9-
YUV112.15117.1985.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.15%
GREEN value IS 146 (57.42% from 255) = 50%
BLUE value IS 93 (36.72% from 255) = 31.85%
R=18.15%
G=50%
B=31.85%

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
Decimal53146930.6400.360.43145.8146.7339.02
Hex35925D400242B922f27
Octal65222135100044532225747
Binary1101011001001010111011000000010010010101110010010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35925D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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