#3A6160

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

Shades of Oracle #3A6160

Tints of Oracle #3A6160

Color information

#3A6160 (or 0x3A6160) is unknown color: approx Oracle. HEX triplet: 3A, 61 and 60. RGB value is (58,97,96). Sum of RGB (Red+Green+Blue) = 58+97+96=251 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.11% from 251); Green value is 97 (38.28% from 255 or 38.65% from 251); Blue value is 96 (37.89% from 255 or 38.25% from 251); Max value from RGB is 97 - color contains mainly: green. Hex color #3A6160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6160 is #C59E9F. Grayscale: #555555. Windows color (decimal): -12951200 or 6316346. OLE color: 6316346.

HSL color Cylindrical-coordinate representation of color #3A6160: hue angle of 178.46º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A6160 is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB589796-
CMYK0.4000.010.62
HSL178.46º25.16%30.39%-
HSV(B)178.46º40.21%38.04%-
XYZ8.1310.2912.62-
YUV85.22134.08108.58-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.11%
GREEN value IS 97 (38.28% from 255) = 38.65%
BLUE value IS 96 (37.89% from 255) = 38.25%
R=23.11%
G=38.65%
B=38.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5897960.4000.010.62178.4625.1630.39
Hex3A616028013Eb2191e
Octal721411405001762623136
Binary1110101100001110000010100001111110101100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,97,96); }

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

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

 a { background-color: rgb(58,97,96); }

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

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

 span { border-color: rgb(58,97,96); }

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