#3A935E

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

Shades of Eucalyptus #3A935E

Tints of Eucalyptus #3A935E

Color information

#3A935E (or 0x3A935E) is unknown color: approx Eucalyptus. HEX triplet: 3A, 93 and 5E. RGB value is (58,147,94). Sum of RGB (Red+Green+Blue) = 58+147+94=299 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.40% from 299); Green value is 147 (57.81% from 255 or 49.16% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 147 - color contains mainly: green. Hex color #3A935E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A935E is #C56CA1. Grayscale: #727272. Windows color (decimal): -12938402 or 6198074. OLE color: 6198074.

HSL color Cylindrical-coordinate representation of color #3A935E: hue angle of 144.27º 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 #3A935E is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB5814794-
CMYK0.6100.360.42
HSL144.27º43.41%40.2%-
HSV(B)144.27º60.54%57.65%-
XYZ14.222.5814.2-
YUV114.35116.5187.81-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.40%
GREEN value IS 147 (57.81% from 255) = 49.16%
BLUE value IS 94 (37.11% from 255) = 31.44%
R=19.40%
G=49.16%
B=31.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal58147940.6100.360.42144.2743.4140.2
Hex3A935E3D0242A902b28
Octal7222313675044522205350
Binary111010100100111011110111101010010010101010010000101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A935E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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