#3A935C

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

Shades of Eucalyptus #3A935C

Tints of Eucalyptus #3A935C

Color information

#3A935C (or 0x3A935C) is unknown color: approx Eucalyptus. HEX triplet: 3A, 93 and 5C. RGB value is (58,147,92). Sum of RGB (Red+Green+Blue) = 58+147+92=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 147 (57.81% from 255 or 49.49% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 147 - color contains mainly: green. Hex color #3A935C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A935C is #C56CA3. Grayscale: #727272. Windows color (decimal): -12938404 or 6067002. OLE color: 6067002.

HSL color Cylindrical-coordinate representation of color #3A935C: hue angle of 142.92º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A935C is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB5814792-
CMYK0.6100.370.42
HSL142.92º43.41%40.2%-
HSV(B)142.92º60.54%57.65%-
XYZ14.1122.5413.73-
YUV114.12115.5187.97-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.53%
GREEN value IS 147 (57.81% from 255) = 49.49%
BLUE value IS 92 (36.33% from 255) = 30.98%
R=19.53%
G=49.49%
B=30.98%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal58147920.6100.370.42142.9243.4140.2
Hex3A935C3D0252A8f2b28
Octal7222313475045522175350
Binary111010100100111011100111101010010110101010001111101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A935C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A935C; }

 p { color: rgb(58,147,92); }

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

<style>
 a { background-color: #3A935C; }

 a { background-color: rgb(58,147,92); }

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

<style>
 span { border-color: #3A935C; }

 span { border-color: rgb(58,147,92); }

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