#3A5957

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

Shades of Oracle #3A5957

Tints of Oracle #3A5957

Color information

#3A5957 (or 0x3A5957) is unknown color: approx Oracle. HEX triplet: 3A, 59 and 57. RGB value is (58,89,87). Sum of RGB (Red+Green+Blue) = 58+89+87=234 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.79% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 87 (34.38% from 255 or 37.18% from 234); Max value from RGB is 89 - color contains mainly: green. Hex color #3A5957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5957 is #C5A6A8. Grayscale: #4F4F4F. Windows color (decimal): -12953257 or 5724474. OLE color: 5724474.

HSL color Cylindrical-coordinate representation of color #3A5957: hue angle of 176.13º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3A5957 is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB588987-
CMYK0.3500.020.65
HSL176.13º21.09%28.82%-
HSV(B)176.13º34.83%34.9%-
XYZ7.048.7310.33-
YUV79.5132.23112.66-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.79%
GREEN value IS 89 (35.16% from 255) = 38.03%
BLUE value IS 87 (34.38% from 255) = 37.18%
R=24.79%
G=38.03%
B=37.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5889870.3500.020.65176.1321.0928.82
Hex3A5957230241b0151d
Octal7213112743021012602535
Binary111010101100110101111000110101000001101100001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,89,87); }

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

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

 a { background-color: rgb(58,89,87); }

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

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

 span { border-color: rgb(58,89,87); }

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